-
Notifications
You must be signed in to change notification settings - Fork 79
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
Migrated MIG example to TF 0.12 syntax and compatible modules #41
Conversation
Example has passed provision:
And passed the test after provision as well:
|
{ | ||
name = "http", | ||
port = var.image_port | ||
}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above RE: moving trailing ]
to separate line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is still the case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, sorry for that :)
b6d0f96
to
1c02f6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One style nit-pick, otherwise LGTM!
{ | ||
name = "http", | ||
port = var.image_port | ||
}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is still the case?
- Migrated to TF 0.12 syntax - Added provider version restrictions - Migrated to TF 0.12 compatible modules - Added provision of required resources: - network - submentwork - router - cloud-nat - Optimized tag assigment with local variable - Added new required variables: - service_account - network
Fixes #28
Migrated MIG example to TF 0.12 syntax and compatible modules
Please note:
This PR depends on terraform-google-modules/terraform-google-lb-http#52
TO DO (once lb-http PR is merged):