This commit is contained in:
2
state.tf
2
state.tf
@@ -2,8 +2,6 @@ terraform {
|
|||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "terraform-aws-bucket"
|
bucket = "terraform-aws-bucket"
|
||||||
key = "tips-of-mine-terraform-bucket/backend/terraform.tfstate"
|
key = "tips-of-mine-terraform-bucket/backend/terraform.tfstate"
|
||||||
access_key = "AKIAZ5G4HREH6HLZY3LF"
|
|
||||||
secret_key = "f/xeCGZbTO+4JhjKvWy9RkrlQpm8xOu0x9z0C0Jo"
|
|
||||||
region = "eu-north-1"
|
region = "eu-north-1"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user