Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS RDS cluster not able to update enableHttpEndpoint property #10

Closed
VenelinMartinov opened this issue Nov 10, 2023 · 1 comment
Closed

Comments

@VenelinMartinov
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant