-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow local-exec to be skipped #258
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
Labels
enhancement
New feature or request
Comments
This is also an issue when running on Terraform Cloud where CLI utils |
Yes, I think that can work. Thanks! |
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 8, 2019
* Fix terraform-google-modules#258 * Add test `simple_regional_skip_local_exec`
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 8, 2019
* Fix terraform-google-modules#258 * Add test `simple_regional_skip_local_exec`
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 9, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec`
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 9, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 9, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 9, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 17, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 17, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 17, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 17, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 18, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 18, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 18, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
paulpalamarchuk
added a commit
to paulpalamarchuk/terraform-google-kubernetes-engine
that referenced
this issue
Oct 18, 2019
* Fix terraform-google-modules#258 * Added test `simple_regional_skip_local_exec` * Remove old upgrading guide from README's
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some environments may not wish to have non-IaC scripts (run by provisioners like local-exec) being run in an automated way.
Where possible, these scripts should be skippable. For example:
I am happy to contribute. Would adding a new
skip_provisioners
bool (default to false) be an appropriate solution?The text was updated successfully, but these errors were encountered: