main
ronnic 2 years ago
parent 555b4971d8
commit 87bb8471fa

@ -1,2 +1,3 @@
# infra # infra
Server infrastructure

@ -0,0 +1,17 @@
provider "aws" {
region = "us-west-1"
}
terraform {
backend "s3" {
bucket = "nr-tfstate"
key = "global/state/terraform.tfstate"
region = "us-west-1"
dynamodb_table = "nr_tfstate_lock"
encrypt = true
}
}
module "terraform_tfstate" {
source = "http://192.168.1.27:3003/ronnic/tf-modules.git?ref=main//state"
}
Loading…
Cancel
Save