-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update CONTRIBUTING.md #7687
Update CONTRIBUTING.md #7687
Conversation
Use `go env` to generate the expected folder structure.
@@ -91,8 +91,8 @@ Before using a local provider version, you'll need to set up [0.13+'s expected d | |||
You can set up the directories required with the following commands. You should substitute your system's architecture or a different path if desired: | |||
|
|||
``` | |||
mkdir -p ~/.terraform.d/plugins/registry.terraform.io/hashicorp/google/5.0.0/darwin_amd64 | |||
mkdir -p ~/.terraform.d/plugins/registry.terraform.io/hashicorp/google-beta/5.0.0/darwin_amd64 | |||
mkdir -p ~/.terraform.d/plugins/registry.terraform.io/hashicorp/google/5.0.0/$(go env GO_HOSTOS)_$(go env GOHOSTARCH) |
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.
Can we leave the example darwin_amd64
and offer the go env
method as an option? potentially in the sentence above where we explain substituting the system's architecture
…oss_prevention_job_trigger (hashicorp#7687) * Added job_notification_emails and deidentify actions in google_data_loss_prevention_job_trigger * Updated the deidentify actions enum and added update tests for deidentify action Signed-off-by: Modular Magician <magic-modules@google.com>
Closing PR as stale |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Use
go env
to generate the expected folder structure.