-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Changing network/subnet properties does not update deployment #10
Comments
ocervell
changed the title
Changing subnets property does not update anything
Changing network/subnet properties does not update deployment
Sep 17, 2018
Unable to reproduce. Try using a string for shared_vpc_host and a boolean for subnet_flow_logs.
|
@andreyk-code Maybe we should standardize on using string variables? (ie |
#9 to track that standardization. Closing this as @andreyk-code and I cannot reproduce. @ocervell reopen if you have reproduction. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Add
subnet_flow_logs = true
to one of the subnets and get no new changes when runningterraform apply
. Same for other additional flags passed to any subnet.Update: This is the same when adding
shared_vpc_host = true
(meaning we can't currently convert a vpc to a shared vpc)The text was updated successfully, but these errors were encountered: