Is there a known bug with the `enableHttpEndpoint`...
# aws
r
Is there a known bug with the
enableHttpEndpoint
property of
aws:rds:Cluster
? We have it enabled, and
pulumi up
would successfully update it. It does seem to be enabled in AWS. But pulumi state still shows it
false
. This leads the next
pulumi up
still think it needs to be updated
m
Hi @rich-whale-93740, it doesn’t seem like there’s a known issue at the moment. BTW the issues are public at https://github.com/pulumi/pulumi-aws/issues. Would you open one? Does the second run of
pulumi up
update the property successfully?
r
Yes will open an issue. No each
pulumi up
still says it will update the RDS cluster with
enableHttpEndpoint
changed. But after the successful run, the property value still remain
false