ソースを参照

Update tf files

master
Michal K 4ヶ月前
コミット
453075cde0
2個のファイルの変更3行の追加3行の削除
  1. 1
    1
      akamai.tf
  2. 2
    2
      terraform.tfvars

+ 1
- 1
akamai.tf ファイルの表示

@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "akau-devops"
key = "<UserID>-zerotohero.tfstate"
key = "devopsef53-zerotohero.tfstate"
region = "us-mia-1"
endpoint = "us-mia-1.linodeobjects.com"
skip_credentials_validation = true

+ 2
- 2
terraform.tfvars ファイルの表示

@@ -1,2 +1,2 @@
UserID = "<UserID>"
email = "<Email>"
UserID = "devopsef53"
email = "mkrobick@akamai.com"

読み込み中…
キャンセル
保存