We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501faf3 commit 8cc8698Copy full SHA for 8cc8698
terraform/pipelines/OIDC_SETUP.md
@@ -21,6 +21,7 @@ terraform apply
21
```
22
23
This will create:
24
+
25
- An OIDC provider for Terraform Cloud
26
- An IAM role that can be assumed by Terraform Cloud
27
- Required policy attachments
terraform/pipelines/variables.tf
@@ -7,7 +7,7 @@ variable "resource_prefix" {
7
variable "eks_cluster_name" {
8
type = string
9
description = "Name of the EKS Cluster"
10
- default = "devsecops-cluster"
+ default = "dsb-devsecops-cluster"
11
}
12
13
variable "region" {
0 commit comments