-
Notifications
You must be signed in to change notification settings - Fork 716
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
Add Terraform config for logging resource #631
Add Terraform config for logging resource #631
Conversation
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.
For the next test_alternatives.sh
, could you please take a look at https://github.com/GoogleCloudPlatform/deploymentmanager-samples/blob/master/google/resource-snippets/pubsub-v1/test_alternatives.sh? I made a few improvements over the "old style" (detailed in #627).
@@ -0,0 +1,39 @@ | |||
set -e | |||
|
|||
# assumes that the following projects are created and kubectl context is set to a cluster in KRM_PROJECT |
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.
Please remove
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.
updated
# Create DM resources | ||
gcloud config set project $DM_PROJECT_ID | ||
gcloud services enable deploymentmanager.googleapis.com --project $DM_PROJECT_ID | ||
gcloud services enable cloudkms.googleapis.com --project $DM_PROJECT_ID |
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.
This should be logging.googleapis.com. Same with line 18
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.
updated
Add Terraform config for logging resource