terraform-provider-akamai

(★ 125)

Terraform Akamai provider

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .gitignore
  • .golangci.yaml
  • .goreleaser.yml
  • .pulsar
  • CHANGELOG.md
  • GNUmakefile
  • go.mod
  • go.sum
  • LICENSE
  • main.go
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

terraform init

View Details ▼

Initialize a new or existing Terraform working directory.

terraform init

Initialize the current working directory:

terraform init -upgrade

Initialize and upgrade modules and providers to the latest allowed versions:

terraform init -reconfigure

Initialize and reconfigure the backend, ignoring any saved configuration:

// repository documentation