Skip to content
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

upgrade v.0.12.0: upgraded examples #29

Conversation

alexkonkin
Copy link
Contributor

Regarding the StackDriver example:

As soon as all documented setup steps were applied
and terraform apply command was executed, the error below was returned:

export TF_VAR_service_account_email="please-delete-me1@project1-243507.iam.gserviceaccount.com" && export TF_VAR_project="project1-243507"

Error: project: required field is not set

on main.tf line 17, in resource "google_project_iam_member" "monitoring-log_writer":
17: resource "google_project_iam_member" "monitoring-log_writer" {
project mandatory variable is missing...

setup of this variable via the environment also failed (see the example below):
export TF_VAR_project="project1-243507"

After the 2-nd attempt the variables.tf file was extended and project variable
was added to it and to the main.tf file, which allowed to get rid of the error above.

Regarding the Organization:
I don't have permission to create organizations, I was able to check
this example only till the
terraform apply
step

@alexkonkin alexkonkin added the enhancement New feature or request label Jun 12, 2019
@alexkonkin alexkonkin requested a review from aaron-lane June 12, 2019 11:49
@aaron-lane
Copy link
Contributor

Thanks @alexkonkin!

Fixes #27.

@aaron-lane aaron-lane merged commit 7c88f41 into terraform-google-modules:aaron-lane-0.12 Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-0.12 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants