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
What happened?
In a pulumi project, add pulumi_aws.rds.Cluster
Set enable_http_endpoint property to True
Run pulumi up
Once RDS is created, run pulumi up again
Expected:
No change is anticiated
Actual:
pulumi preview says there is one update needed, which is to update enable_http_endpoint. If we check the resource status, enableHttpEndpoint is false but it should be true at this point
Example
cluster = rds.Cluster(
resource_name=self._inputs["name"],
cluster_identifier=self._inputs["name"],
......
enable_http_endpoint=self._inputs["enable_http_endpoint"],
......
opts=ResourceOptions(provider=self._provider),
)
Output of pulumi about
CLI
Version 3.78.1
Go Version go1.20.7
Go Compiler gc
Plugins
NAME VERSION
aws 6.4.1
python unknown
Host
OS darwin
Version 14.0
Arch arm64
This project is written in python: executable='/Library/Frameworks/Python.framework/Versions/3.11/bin/python3' version='3.11.4
'
Dependencies:
NAME VERSION
pip 23.2.1
pre-commit 3.4.0
pulumi-aws 6.4.1
ruff 0.0.292
wheel 0.41.2
yamllint 1.32.0
Pulumi locates its logs in /var/folders/d8/t7tynv650qjbvwvgzdf9k_vm0000gn/T/ 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?
In a pulumi project, add pulumi_aws.rds.Cluster
Set enable_http_endpoint property to True
Run pulumi up
Once RDS is created, run pulumi up again
Expected:
No change is anticiated
Actual:
pulumi preview says there is one update needed, which is to update enable_http_endpoint. If we check the resource status, enableHttpEndpoint is false but it should be true at this point
Example
cluster = rds.Cluster(
resource_name=self._inputs["name"],
cluster_identifier=self._inputs["name"],
......
enable_http_endpoint=self._inputs["enable_http_endpoint"],
......
opts=ResourceOptions(provider=self._provider),
)
Output of pulumi about
CLI
Version 3.78.1
Go Version go1.20.7
Go Compiler gc
Plugins
NAME VERSION
aws 6.4.1
python unknown
Host
OS darwin
Version 14.0
Arch arm64
This project is written in python: executable='/Library/Frameworks/Python.framework/Versions/3.11/bin/python3' version='3.11.4
'
Backend
Name pulumi.com
URL https://app.pulumi.com/dennispanbot
User [obscured]
Organizations [obscured]
Dependencies:
NAME VERSION
pip 23.2.1
pre-commit 3.4.0
pulumi-aws 6.4.1
ruff 0.0.292
wheel 0.41.2
yamllint 1.32.0
Pulumi locates its logs in /var/folders/d8/t7tynv650qjbvwvgzdf9k_vm0000gn/T/ 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: