Skip to content

Commit 8cc8698

Browse files
committed
updating
1 parent 501faf3 commit 8cc8698

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

terraform/pipelines/OIDC_SETUP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ terraform apply
2121
```
2222

2323
This will create:
24+
2425
- An OIDC provider for Terraform Cloud
2526
- An IAM role that can be assumed by Terraform Cloud
2627
- Required policy attachments

terraform/pipelines/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "resource_prefix" {
77
variable "eks_cluster_name" {
88
type = string
99
description = "Name of the EKS Cluster"
10-
default = "devsecops-cluster"
10+
default = "dsb-devsecops-cluster"
1111
}
1212

1313
variable "region" {

0 commit comments

Comments
 (0)