Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Fix terraform apply error on upgrade #22

Merged
merged 1 commit into from
Jul 3, 2020
Merged

Fix terraform apply error on upgrade #22

merged 1 commit into from
Jul 3, 2020

Conversation

int128
Copy link
Owner

@int128 int128 commented Jul 3, 2020

As #21 (comment), we will get the error if we upgrades this module to v1.0.1 from v1.0.0 or earlier. This will fix the issue.

@int128 int128 merged commit 1a6398a into master Jul 3, 2020
@int128 int128 deleted the fix-upgrade-issue branch July 3, 2020 14:47
@int128
Copy link
Owner Author

int128 commented Jul 3, 2020

Verified in my AWS environment.

module.nat.aws_security_group_rule.ingress: Destroying... [id=sgrule-9********]
module.nat.aws_security_group_rule.ingress_any: Creating...
module.nat.aws_security_group_rule.ingress: Destruction complete after 1s
module.nat.aws_security_group_rule.ingress_any: Creation complete after 3s [id=sgrule-4********]

Apply complete! Resources: 1 added, 0 changed, 1 destroyed.

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

Successfully merging this pull request may close these issues.

1 participant