Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
DTWRKS-854 ignore branch changes (see integrations/terraform-provider…
Browse files Browse the repository at this point in the history
  • Loading branch information
rorybryett committed Feb 21, 2023
1 parent 7127dc3 commit 97cf99a
Show file tree
Hide file tree
Showing 161 changed files with 644 additions and 0 deletions.
4 changes: 4 additions & 0 deletions acm-pca-cert-generator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "acm-pca-cert-generator" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions all-terra-tools-docker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "all-terra-tools-docker" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions ami-builder-configs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ resource "github_repository" "ami-builder-configs" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions ami-builder.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "ami-builder" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions analytical-dataset-generation-exporter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "analytical_dataset_generation_exporter" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions analytical-env-hive-custom-auth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "analytical_env_hive_custom_auth" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions aws-analytical-dataset-generation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ resource "github_repository" "aws-analytical-dataset-generation" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions aws-analytical-env.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "aws-analytical-env" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions aws-azkaban.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "aws_azkaban" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions aws-ch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "aws_ch" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions aws-clive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "aws_clive" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions aws-cloudwatch-alerting.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "aws-cloudwatch-alerting" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions aws-concourse.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "aws-concourse" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions aws-cyi-infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "aws_cyi_infrastructure" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions aws-emr-template-repository.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ resource "github_repository" "aws_emr_template_repository" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions aws-pdm-dataset-generation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "aws-pdm-dataset-generation" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions aws-sns-to-ses-mailer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "aws-sns-to-ses-mailer" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions aws-terraform-tag-check.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "aws_terraform_tag_check" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions aws-uc-feature-infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "aws_uc_feature_infrastructure" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions bgdc-dataworks-interface.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "dataworks_aws_bgdc_interface" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions bgdc-interface.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "dataworks_aws_bgdc_connectivity" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions cloudwatch-event-dispatcher.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "cloudwatch-event-dispatcher" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions cognito-guacamole-extension.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "cognito-guacamole-extension" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions concourse-control-tower.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "concourse-control-tower" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions configure-confluent-kafka-consumer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "configure-confluent-kafka-consumer" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions corporate-data-loader.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "corporate_data_loader" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions data-key-service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "data-key-service" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions dataworks-admin-utils.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "dataworks-admin-utils" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions dataworks-alertmanager-sns-forwarder.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "dataworks_alertmanager_sns_forwarder" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions dataworks-analytical-custom-auth-flow.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "dataworks-analytical-custom-auth-flow" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions dataworks-analytical-frontend-service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "frontend-service" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions dataworks-analytical-service-infra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "dataworks-analytical-service-infra" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}
}

Expand Down
4 changes: 4 additions & 0 deletions dataworks-athena-reconciliation-launcher.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "dataworks_athena_reconciliation_launcher" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions dataworks-audit-data-ingest.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "github_repository" "dataworks_audit_data_ingest" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions dataworks-aws-collections-rehydration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "dataworks_aws_collections_rehydration" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
4 changes: 4 additions & 0 deletions dataworks-aws-corporate-data-ingestion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "github_repository" "dataworks_aws_corporate_data_ingestion" {

lifecycle {
prevent_destroy = true

ignore_changes = [
branches,
]
}

template {
Expand Down
Loading

0 comments on commit 97cf99a

Please sign in to comment.