- data "terraform_remote_state" "network" {
- backend = "s3"
- config = {
- # This must match the name from the bootstrap directory
- bucket = "ftd-splunk-standalone-terraform-state"
- # This must match the folder from the 2.network backend directory
- key = "splunk/network/terraform.tfstate"
- region = "us-east-2"
- encrypt = true
- kms_key_id = "alias/splunk-standalone-terraform"
- }
- }
|