File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66env :
77 TF_CLOUD_ORGANIZATION : " DSB"
88 TF_API_TOKEN : " ${{ secrets.TF_API_TOKEN }}"
9- TF_WORKSPACE : " dsb- aws-devsecops-eks-cluster"
9+ TF_WORKSPACE : " aws-devsecops-eks-cluster"
1010 CONFIG_DIRECTORY : " ./terraform/eks-cluster"
1111
1212jobs :
Original file line number Diff line number Diff line change 66env :
77 TF_CLOUD_ORGANIZATION : " DSB"
88 TF_API_TOKEN : " ${{ secrets.TF_API_TOKEN }}"
9- TF_WORKSPACE : " dsb- aws-devsecops-pipelines"
9+ TF_WORKSPACE : " aws-devsecops-pipelines"
1010 CONFIG_DIRECTORY : " ./terraform/pipelines"
1111
1212jobs :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77 organization = " DSB"
88
99 workspaces {
10- name = " dsb- aws-devsecops-eks-cluster"
10+ name = " aws-devsecops-eks-cluster"
1111 }
1212 }
1313}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This will create:
36367 . Enter the following details:
3737 - Role ARN: The ARN of the role created in step 1 (output will be shown after terraform apply)
3838 - Session Duration: 3600 (or your preferred duration)
39- - Workspace: dsb- aws-devsecops-pipelines
39+ - Workspace: aws-devsecops-pipelines
4040
4141### 3. Update Workspace Variables
4242
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resource "random_id" "id" {
44}
55
66resource "aws_codestarconnections_connection" "default" {
7- name = " dsb- github-connection-${ random_id . id . hex } "
7+ name = " github-connection-${ random_id . id . hex } "
88 provider_type = " GitHub"
99}
1010
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ resource "aws_iam_role" "terraform_cloud" {
2323 " app.terraform.io:aud" = " aws.workload.identity"
2424 },
2525 StringLike = {
26- " app.terraform.io:sub" = " organization:DSB:workspace:dsb- aws-devsecops-pipelines:run_phase:*"
26+ " app.terraform.io:sub" = " organization:DSB:workspace:aws-devsecops-pipelines:run_phase:*"
2727 }
2828 }
2929 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ terraform {
99 organization = " DSB"
1010
1111 workspaces {
12- name = " dsb- aws-devsecops-pipelines"
12+ name = " aws-devsecops-pipelines"
1313 }
1414 }
1515
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variable "resource_prefix" {
77variable "eks_cluster_name" {
88 type = string
99 description = " Name of the EKS Cluster"
10- default = " dsb- devsecops-cluster"
10+ default = " devsecops-cluster"
1111}
1212
1313variable "region" {
You can’t perform that action at this time.
0 commit comments