This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.digital_product.module.sub_google_group["Manage"].googleworkspace_group_settings.group-settings: Destroying... [id=_gcp.manage.team@<domain>.com] | |
| 2021-07-13T18:31:33.147+0100 [INFO] plugin.terraform-provider-googleworkspace_v0.3.0_x5: 2021/07/13 18:31:33 [DEBUG] Removing Group Settings from state for "_gcp.manage.team@<domain>.com": timestamp=2021-07-13T18:31:33.147+0100 | |
| module.digital_product.module.sub_google_group["Manage"].googleworkspace_group_settings.group-settings: Destruction complete after 0s | |
| 2021/07/13 18:31:33 [WARN] Provider "registry.terraform.io/hashicorp/googleworkspace" produced an invalid plan for module.digital_product.module.sub_google_group["Manage"].googleworkspace_group_settings.group-settings, but we are tolerating it because it is using the legacy plugin SDK. | |
| The following problems may be the cause of any confusing errors from downstream operations: | |
| - .reply_to: planned value cty.StringVal("REPLY_TO_IGNORE") does not match config value cty.NullVal(cty.String) | |
| - .include_custo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| set -eou pipefail | |
| if [[ -z ${1+x} || ${1} == "all" ]]; then | |
| echo "Checking all namespaces" | |
| namespaces=$(kubectl get namespaces -o json | jq -r '.items[].metadata.name') | |
| else | |
| namespaces=${1} | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----------------------------------------------------: timestamp=2022-02-23T12:30:34.942Z | |
| 2022-02-23T12:30:34.942Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:30:34 [DEBUG] Retry Transport: Stopping retries, last request was successful: timestamp=2022-02-23T12:30:34.942Z | |
| 2022-02-23T12:30:34.942Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:30:34 [DEBUG] Retry Transport: Returning after 1 attempts: timestamp=2022-02-23T12:30:34.942Z | |
| 2022/02/23 12:30:34 [WARN] Provider "registry.terraform.io/hashicorp/googleworkspace" produced an invalid plan for module.all_engineering.module.google_group.googleworkspace_group_member.user["<email-removed>"], but we are tolerating it because it is using the legacy plugin SDK. | |
| The following problems may be the cause of any confusing errors from downstream operations: | |
| - .timeouts: planned for absense but config wants existence | |
| 2022-02-23T12:30:34.954Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:30:34 [DEBUG] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----------------------------------------------------: timestamp=2022-02-23T12:39:32.246Z | |
| 2022-02-23T12:39:32.248Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:39:32 [DEBUG] Retry Transport: Stopping retries, last request was successful: timestamp=2022-02-23T12:39:32.246Z | |
| 2022-02-23T12:39:32.248Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:39:32 [DEBUG] Retry Transport: Returning after 1 attempts: timestamp=2022-02-23T12:39:32.246Z | |
| 2022-02-23T12:39:32.248Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:39:32 [TRACE] Waiting 10s before next try: timestamp=2022-02-23T12:39:32.246Z | |
| module.data_engineering_bigquery_prod_analyst.googleworkspace_group_member.user["<email-removed>"]: Still creating... [4m40s elapsed] | |
| module.data_engineering_bigquery_prod_analyst.googleworkspace_group_member.user["<email-removed>"]: Still creating... [4m40s elapsed] | |
| 2022-02-23T12:39:41.795Z [INFO] plugin.terraform-provider-googleworkspace: 2022/02/23 12:39:41 [DEBUG] Retry T |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| workflows: | |
| lhworkflow: | |
| plan: | |
| steps: | |
| - run: terraform${ATLANTIS_DEFAULT_TF_VERSION} fmt -check=true -diff=true -write=false -recursive=true | |
| - init | |
| - plan | |
| apply: | |
| steps: | |
| - apply |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| workflows: | |
| lhworkflow: | |
| plan: | |
| steps: | |
| - run: terraform${ATLANTIS_DEFAULT_TF_VERSION} fmt -check=true -diff=true -write=false -recursive=true | |
| - init | |
| - plan | |
| apply: | |
| steps: | |
| - apply |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| version: 3 | |
| projects: | |
| - dir: <some-directory> | |
| workflow: lhworkflow-debug |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| values: | |
| identity: | |
| externalCA: true | |
| issuer: | |
| scheme: kubernetes.io/tls | |
| proxyInit: | |
| iptablesMode: "legacy" | |
| runAsRoot: true | |
| policyValidator: | |
| externalSecret: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: cert-manager.io/v1 | |
| kind: ClusterIssuer | |
| metadata: | |
| name: linkerd-self-signed-issuer | |
| namespace: cert-manager | |
| spec: | |
| selfSigned: {} | |
| --- | |
| apiVersion: cert-manager.io/v1 | |
| kind: Certificate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: cert-manager.io/v1 | |
| kind: ClusterIssuer | |
| metadata: | |
| name: linkerd-self-signed-webhook-issuer | |
| namespace: cert-manager | |
| spec: | |
| selfSigned: {} | |
| --- | |
| apiVersion: cert-manager.io/v1 | |
| kind: Certificate |
OlderNewer