straight-arm-50771
11/09/2022, 5:02 PMmysql-instance:
type: gcp:sql:DatabaseInstance
properties:
region: us-east4
databaseVersion: MYSQL_5_7
settings:
ipConfiguration:
authorizedNetworks:
- value: 0.0.0.0/0
tier: ${mysqlTier}
deletionProtection: ${dbProtection}
All resources of that same type have this issue gcp:sql:DatabaseInstance
I know I can force the project adding that to the resource config, but I shouldn't need to specify it on everything?
My pulumi config is set correctly:
config:
...
gcp:project: my-new-proj
...
gcloud config list:
[core]
account = <mailto:eph-deployer@old-proj.iam.gserviceaccount.com|eph-deployer@old-proj.iam.gserviceaccount.com>
disable_usage_reporting = True
project = my-new-proj
Your active configuration is: [default]
SA "eph-deployer" is Owner of "my-new-proj"
Also in bash env:
GOOGLE_PROJECT=my-new-proj
gorgeous-country-43026
11/11/2022, 4:28 PM