Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
c
cuddly-eye-68174
07/20/2019, 10:31 AM
Guys, May I have a question about AWS route table and route resources? - AWS/Typescript
Something is weird. 🙂
I did not change anything in the configuration but the refresh always want to modify something, delete.replace and so on - so there is no clean state
code is something like this:
details:
it seems the content of the route objects always changing in every run
refresh deletes the records from its state
and after i have to create again
and this is an endless loop
I have some ipsec tunnel depends on these route tables and always recreating
any help or suggestion would be appreciated
one more thing:
This was a clean install:
https://app.pulumi.com/scgps/network/dev/updates/374
ans this was a refresh immediately with the same code and configuration:
https://app.pulumi.com/scgps/network/dev/updates/375
Post