terraform { backend "s3" { bucket = "akau-devops" key = "devops95ca-zerotohero.tfstate" region = "us-mia-1" endpoint = "us-mia-1.linodeobjects.com" skip_credentials_validation = true skip_region_validation = true } required_providers { akamai = { source = "akamai/akamai" version = "6.2.0" } } } provider "akamai" { edgerc = var.edgerc config_section = var.section }