-
Notifications
You must be signed in to change notification settings - Fork 547
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
Remove gcloud dependency #408
Comments
@morgante this would be in the provider right? |
Correct |
Does the org policy |
Unfortunately that doesn't support cases where you don't manage the org policies for the organization or folder. (Even |
I would like to see this. If the module.gcloud_deprivilege.null_resource.run_command[0] becomes tainted and editor was previously removed, it will not apply without manual intervention. |
I would also love to see this. I've abandoned plans to use Terraform Cloud because I couldn't get this module to work properly (Terraform Cloud doesn't have Would a reasonable alternative (or temporary) solution be to depend on the |
@djbingham Yes that would be a reasonable workaround to get this working on Terraform Cloud. I haven't had cycles to work on it, but I'd be happy to review a PR. |
@morgante we have the new resource on the master of terraform provider. |
@thiagonache Which variables are you referring to? |
Download gcloud ie
… On 2 Nov 2020, at 23:15, Morgante Pell ***@***.***> wrote:
@thiagonache Which variables are you referring to?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
My understanding is that we don't need these two variables anymore. Also,
This should be upper case, which is simple to fix but we should change it to the upper case at some point. |
I've drafted a PR it is working on my machine, but we'll have to wait until the next release of terraform google provider. |
fixed by #491 |
We would like to remove all null_resources from this module and not require gcloud in the execution environment.
This will require:
The text was updated successfully, but these errors were encountered: