bumpy-agent-19616
01/13/2022, 12:15 PMsecretsprovider: azurekeyvault://************
encryptedkey: ******
config:
azure:clientId: ************
azure:clientSecret:
secure: **************************
azure:environment: public
azure:location: ***********
azure:subscriptionId: ******************
azure:tenantId: **********
tre-se-api:container-env-variables:
- name: SERVER_CACHE_TTL
value: "10000"
- name: CACHE_TTL
value: "10"
- name: CACHE_CHECK_PERIOD
value: "60"
When we do pulumi up
, it changes the above stack config as below,
secretsprovider: azurekeyvault://************
encryptedkey: ******
config:
azure:clientId: ************
azure:clientSecret:
secure: **************************
azure:environment: public
azure:location: ***********
azure:subscriptionId: ******************
azure:tenantId: **********
tre-se-api:container-env-variables:
- name: SERVER_CACHE_TTL
value: 10000
- name: CACHE_TTL
value: 10
- name: CACHE_CHECK_PERIOD
value: 60
Due to the change of stack config, we get cannot convert int64 to string
problem.
Solution: we needed to go back to the previous version(v3.21.2) to solve this problem.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by