Add module related to Route53
This commit is contained in:
10
pord_hq-ecr/terraform.tf
Normal file
10
pord_hq-ecr/terraform.tf
Normal file
@ -0,0 +1,10 @@
|
||||
terraform {
|
||||
backend "remote"{
|
||||
hostname = "app.terraform.io"
|
||||
organization = "icurfer"
|
||||
|
||||
workspaces {
|
||||
name = "tf-cloud-ecr"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user