You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying a postgresql server where the version number is in a config variable as a string (in quotes) is being returned as a number.
Example
Pulumi.dev.yaml:
config:
storageSizeGB: 512
version: '14' | "14"
Pulumi.yaml: version: ${version}
Output of pulumi about
CLI
Version 3.115.2
Go Version go1.22.2
Go Compiler gc
Plugins
KIND NAME VERSION
language yaml unknown
Host
OS Microsoft Windows 10 Pro
Version 10.0.19045 Build 19045
Arch x86_64
This project is written in yaml
Current Stack: bookerdimaio/pu-yaml-az-postgres/dev
TYPE URN
pulumi:pulumi:Stack urn:pulumi:dev::pu-yaml-az-postgres::pulumi:pulumi:Stack::pu-yaml-az-postgres-dev
pulumi:providers:azure-native urn:pulumi:dev::pu-yaml-az-postgres::pulumi:providers:azure-native::default
azure-native:dbforpostgresql:Server urn:pulumi:dev::pu-yaml-az-postgres::azure-native:dbforpostgresql:Server::postgresServer
Found no pending operations associated with dev
Backend
Name pulumi.com
URL https://app.pulumi.com/bookerdimaio
User bookerdimaio
Organizations bookerdimaio
Token type organization: bookerdimaio
Token type pouya-admin
No dependencies found
Pulumi locates its logs in C:\Users\pyous\AppData\Local\Temp by default
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
Deploying a postgresql server where the version number is in a config variable as a string (in quotes) is being returned as a number.
Example
Pulumi.dev.yaml:
Pulumi.yaml:
version: ${version}
Output of
pulumi about
CLI
Version 3.115.2
Go Version go1.22.2
Go Compiler gc
Plugins
KIND NAME VERSION
language yaml unknown
Host
OS Microsoft Windows 10 Pro
Version 10.0.19045 Build 19045
Arch x86_64
This project is written in yaml
Current Stack: bookerdimaio/pu-yaml-az-postgres/dev
TYPE URN
pulumi:pulumi:Stack urn:pulumi:dev::pu-yaml-az-postgres::pulumi:pulumi:Stack::pu-yaml-az-postgres-dev
pulumi:providers:azure-native urn:pulumi:dev::pu-yaml-az-postgres::pulumi:providers:azure-native::default
azure-native:dbforpostgresql:Server urn:pulumi:dev::pu-yaml-az-postgres::azure-native:dbforpostgresql:Server::postgresServer
Found no pending operations associated with dev
Backend
Name pulumi.com
URL https://app.pulumi.com/bookerdimaio
User bookerdimaio
Organizations bookerdimaio
Token type organization: bookerdimaio
Token type pouya-admin
No dependencies found
Pulumi locates its logs in C:\Users\pyous\AppData\Local\Temp by default
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: