aloof-leather-66267
10/03/2022, 3:21 AMgcp:serviceAccount/key:Key
with the serviceAccountId
?
When I run pulumi import
with the name
and id
, I get a warning that serviceAccountId
is missing, even if I add it to the JSON file. I can still complete the import, but the state is created without the serviceAccountId
, and if I add it to the code, Pulumi thinks it's a different resource and wants to replace the imported one.pulumi refresh
doesn't update anything.fast-easter-23401
10/10/2022, 1:37 PMKey
resource contains sensitive data. Have you tried using aliases?aloof-leather-66267
10/13/2022, 5:59 AM