We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d49e77 commit 2a136dfCopy full SHA for 2a136df
2 files changed
examples/eks/outputs.tf
@@ -13,4 +13,3 @@ output "cluster_issuers" {
13
description = "Map containing the cluster issuers created by cert-manager."
14
value = module.cert-manager.cluster_issuers
15
}
16
-
examples/eks/terraform.tf
@@ -1,10 +1,10 @@
1
terraform {
2
backend "s3" {
3
encrypt = true
4
- bucket = "camptocamp-aws-is-sandbox-terraform-state"
5
- key = "15f7abf9-abb4-4847-b4dc-af71574ebdf0"
6
- region = "eu-west-1"
7
- dynamodb_table = "camptocamp-aws-is-sandbox-terraform-statelock"
+ bucket = "YOUR_BUCKET_NAME"
+ key = "YOUR_UUID"
+ region = "YOUR_AWS_REGION"
+ dynamodb_table = "YOUR_DYNAMODB_TABLE_NAME"
8
9
10
required_providers {
0 commit comments