-
Notifications
You must be signed in to change notification settings - Fork 946
GCP: Add a secret for Fastly logs streaming #8680
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
Conversation
|
Plan Error |
|
/hold |
|
atlantis plan |
|
Plan Error |
@upodroid not enough local disk ? |
|
Let me expand the pvc and bump atlantis |
|
atlantis plan |
|
Ran Plan for dir: Show OutputTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.secrets.google_secret_manager_secret.secrets["datadog_fastly_logs_streaming"] will be created
+ resource "google_secret_manager_secret" "secrets" {
+ create_time = (known after apply)
+ deletion_protection = false
+ effective_annotations = (known after apply)
+ effective_labels = {
+ "goog-terraform-provisioned" = "true"
}
+ expire_time = (known after apply)
+ id = (known after apply)
+ name = (known after apply)
+ project = "k8s-infra-releases-prod"
+ secret_id = "datadog_fastly_logs_streaming"
+ terraform_labels = {
+ "goog-terraform-provisioned" = "true"
}
+ replication {
+ auto {
}
}
}
# module.secrets.google_secret_manager_secret_version.secret-version["datadog_fastly_logs_streaming"] will be created
+ resource "google_secret_manager_secret_version" "secret-version" {
+ create_time = (known after apply)
+ deletion_policy = "DELETE"
+ destroy_time = (known after apply)
+ enabled = true
+ id = (known after apply)
+ is_secret_data_base64 = false
+ name = (known after apply)
+ secret = (known after apply)
+ secret_data_wo = (write-only attribute)
+ secret_data_wo_version = 0
+ version = (known after apply)
# (1 unchanged attribute hidden)
}
Plan: 2 to add, 0 to change, 0 to destroy.
Plan: 2 to add, 0 to change, 0 to destroy.
|
upodroid
left a comment
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.
LGTM
|
atlantis apply |
|
Ran Apply for dir: Apply Error |
Setup a secret we can use to store an API key logs streaming Signed-off-by: Arnaud Meukam <[email protected]>
ed1270c to
3bb5109
Compare
|
atlantis apply |
|
Ran Apply for 0 projects: |
|
Ran Plan for dir: Show OutputTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.secrets.google_secret_manager_secret_version.secret-version["datadog_fastly_logs_streaming"] will be created
+ resource "google_secret_manager_secret_version" "secret-version" {
+ create_time = (known after apply)
+ deletion_policy = "DELETE"
+ destroy_time = (known after apply)
+ enabled = true
+ id = (known after apply)
+ is_secret_data_base64 = false
+ name = (known after apply)
+ secret = "projects/k8s-infra-releases-prod/secrets/datadog_fastly_logs_streaming"
+ secret_data = (sensitive value)
+ secret_data_wo = (write-only attribute)
+ secret_data_wo_version = 0
+ version = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
Plan: 1 to add, 0 to change, 0 to destroy.
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel |
|
Locks and plans deleted for the projects and workspaces modified in this pull request:
|
Setup a secret we can use to store an API key logs streaming