Browse Source

Update 'akamai.tf'

master
devopsde80 4 months ago
parent
commit
70f5dd015b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      akamai.tf

+ 2
- 2
akamai.tf View File

terraform { terraform {
backend "s3" { backend "s3" {
bucket = "akau-devops" bucket = "akau-devops"
key = "<UserID>-zerotohero.tfstate"
key = "devopsde80-zerotohero.tfstate"
region = "us-mia-1" region = "us-mia-1"
endpoint = "us-mia-1.linodeobjects.com" endpoint = "us-mia-1.linodeobjects.com"
skip_credentials_validation = true skip_credentials_validation = true
required_providers { required_providers {
akamai = { akamai = {
source = "akamai/akamai" source = "akamai/akamai"
version = "6.2.0"
version = "6.3.0"
} }
} }
} }

Loading…
Cancel
Save