Skip to content

Creates Terraform config from your Akamai Property Manager configuration

Notifications You must be signed in to change notification settings

IanCassTwo/akamai-property-to-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This code was used to create https://github.com/akamai/cli-terraform

Akamai Property Manager to Terraform Provider CLI plugin

An Akamai CLI plugin for generating an Akamai Terraform Provider configuration from existing Property Manager configuration.

Note, these instructions assume you already have a working CLI and Terraform installation.

Getting Started

Installing

To install this package, use Akamai CLI:

$ akamai install https://github.com/IanCassTwo/akamai-property-to-terraform.git

Usage

Usage:
 akamai terraform [global flags] command [command flags] [arguments...]

Description:
  Generate Terraform configs from your existing Property Manager configs

Built-In Commands:
 create
 list
 help

Global Flags:
  --edgerc value  Location of the credentials file (default: "/home/icass/.edgerc") [$AKAMAI_EDGERC]
  --section value     Section of the credentials file (default: "default") [$AKAMAI_EDGERC_SECTION]
  --accountkey value  Account switch key
  1. Create a new empty subdirectory to hold your new Terraform configuration and change into it.
  2. akamai terraform create <name of property manager config>
  3. terraform init
  4. terraform apply

About

Creates Terraform config from your Akamai Property Manager configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published