Skip to content

Commit

Permalink
Remove CW alarm. Website moved from AWS. (#3)
Browse files Browse the repository at this point in the history
* Remove CW alarm.  Website moved from AWS.

Signed-off-by: ChrisScottThomas <[email protected]>

* further cleanup

Signed-off-by: ChrisScottThomas <[email protected]>

---------

Signed-off-by: ChrisScottThomas <[email protected]>
  • Loading branch information
ChrisScottThomas authored Jun 3, 2024
1 parent 24c6a9f commit 283c0a1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
19 changes: 0 additions & 19 deletions cloudwatch.tf

This file was deleted.

10 changes: 0 additions & 10 deletions route53.tf

This file was deleted.

15 changes: 0 additions & 15 deletions terraform.tf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,3 @@ provider "aws" {
alias = "northvirginia"
region = "us-east-1"
}

data "terraform_remote_state" "burendo_common_config" {
backend = "s3"
workspace = "default"

config = {
bucket = "{{terraform.state_file_bucket}}"
key = "terraform/burendo/burendo-common-config.tfstate"
region = "{{terraform.state_file_region}}"
encrypt = false
dynamodb_table = "terraform-state-lock"
kms_key_id = "arn:aws:kms:{{terraform.state_file_region}}:{{terraform.aws_production_acc}}:key/{{terraform.state_kms_key_id}}"
role_arn = "arn:aws:iam::{{terraform.aws_production_acc}}:role/{{terraform.state_role}}"
}
}

0 comments on commit 283c0a1

Please sign in to comment.