Search

Provisioning

aws configure
Github CLI 및 Github Token 필요
provider.tf 파일에서 아래 내용 변경
Github Token
Github Uesrname
aws secrets manager alias 삭제
aws secretsmanager delete-secret --secret-id "ws-github-token" --force-delete-without-recovery --region ap-northeast-2
Shell
복사
terraform init terraform apply -auto-approve
Shell
복사