Skip to content

Commit

Permalink
DXE-2699 Merge pull request #421 from akamai/release/v4.1.0
Browse files Browse the repository at this point in the history
Release/v4.1.0
  • Loading branch information
dstopka committed Jun 1, 2023
2 parents e2dc651 + cbfb907 commit 921339f
Show file tree
Hide file tree
Showing 15 changed files with 901 additions and 49 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# RELEASE NOTES

## 4.1.0 (Jun 1, 2023)

#### FEATURES/ENHANCEMENTS:

* GTM
* New data sources:
* `akamai_gtm_datacenter` - get datacenter information
* `akamai_gtm_datacenters` - get datacenters information

## 4.0.0 (May 30, 2023)

#### BREAKING CHANGES:
Expand Down
24 changes: 12 additions & 12 deletions docs/data-sources/data-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ We’ve moved our documentation to the Akamai TechDocs site. Use the table to fi

|Subprovider|Description|
|---|---|
|[Application Security](https://techdocs.akamai.com/terraform/v4.0/docs/appsec-datasources)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.|
|[Bot Manager](https://techdocs.akamai.com/terraform/v4.0/docs/botman-datasources)|Identify, track, and respond to bot activity on your domain or in your app.|
|[Certificates](https://techdocs.akamai.com/terraform/v4.0/docs/cps-datasources)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.|
|[Cloudlets](https://techdocs.akamai.com/terraform/v4.0/docs/cl-datasources)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.|
|[DataStream](https://techdocs.akamai.com/terraform/v4.0/docs/ds-datasources)|Monitor activity on the ​Akamai​ platform and send live log data to a destination of your choice.|
|[Edge DNS](https://techdocs.akamai.com/terraform/v4.0/docs/edns-datasources)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.|
|[EdgeWorkers](https://techdocs.akamai.com/terraform/v4.0/docs/ew-datasources)|Execute JavaScript functions at the edge to optimize site performance and customize web experiences.|
|[Global Traffic Management](https://techdocs.akamai.com/terraform/v4.0/docs/gtm-datasources)|Use load balancing to manage website and mobile performance demands.|
|[Identity and Access Management](https://techdocs.akamai.com/terraform/v4.0/docs/iam-datasources)|Create users and groups, and define policies that manage access to your Akamai applications.|
|[Image and Video Manager](https://techdocs.akamai.com/terraform/v4.0/docs/ivm-datasources)|Automate image and video delivery optimizations for your website visitors.|
|[Network Lists](https://techdocs.akamai.com/terraform/v4.0/docs/nl-datasources)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.|
|[Property](https://techdocs.akamai.com/terraform/v4.0/docs/pm-datasources)|Define rules and behaviors that govern your website delivery based on match criteria.|
|[Application Security](https://techdocs.akamai.com/terraform/v4.1/docs/appsec-datasources)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.|
|[Bot Manager](https://techdocs.akamai.com/terraform/v4.1/docs/botman-datasources)|Identify, track, and respond to bot activity on your domain or in your app.|
|[Certificates](https://techdocs.akamai.com/terraform/v4.1/docs/cps-datasources)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.|
|[Cloudlets](https://techdocs.akamai.com/terraform/v4.1/docs/cl-datasources)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.|
|[DataStream](https://techdocs.akamai.com/terraform/v4.1/docs/ds-datasources)|Monitor activity on the ​Akamai​ platform and send live log data to a destination of your choice.|
|[Edge DNS](https://techdocs.akamai.com/terraform/v4.1/docs/edns-datasources)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.|
|[EdgeWorkers](https://techdocs.akamai.com/terraform/v4.1/docs/ew-datasources)|Execute JavaScript functions at the edge to optimize site performance and customize web experiences.|
|[Global Traffic Management](https://techdocs.akamai.com/terraform/v4.1/docs/gtm-datasources)|Use load balancing to manage website and mobile performance demands.|
|[Identity and Access Management](https://techdocs.akamai.com/terraform/v4.1/docs/iam-datasources)|Create users and groups, and define policies that manage access to your Akamai applications.|
|[Image and Video Manager](https://techdocs.akamai.com/terraform/v4.1/docs/ivm-datasources)|Automate image and video delivery optimizations for your website visitors.|
|[Network Lists](https://techdocs.akamai.com/terraform/v4.1/docs/nl-datasources)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.|
|[Property](https://techdocs.akamai.com/terraform/v4.1/docs/pm-datasources)|Define rules and behaviors that govern your website delivery based on match criteria.|
26 changes: 13 additions & 13 deletions docs/guides/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Your Akamai Terraform configuration starts with listing us as a required provide
required_providers {
akamai = {
source = "akamai/akamai"
version = "3.6.0"
version = "4.1.0"
}
}
}
Expand Down Expand Up @@ -99,18 +99,18 @@ Use the table to find information about the subprovider you’re using.

|Subprovider|Description|
|---|---|
|[Application Security](https://techdocs.akamai.com/terraform/v4.0/docs/configure-appsec)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.|
|[Bot Manager](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-botman)|Identify, track, and respond to bot activity on your domain or in your app.|
|[Certificates](https://techdocs.akamai.com/terraform/v4.0/docs/cps-integration-guide)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.|
|[Cloudlets](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-cloudlets)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.|
|[DataStream](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-datastream)|Monitor activity on the ​Akamai​ platform and send live log data to a destination of your choice.|
|[Edge DNS](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-edgedns)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.|
|[EdgeWorkers](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-edgeworkers)|Execute JavaScript functions at the edge to optimize site performance and customize web experiences.|
|[Global Traffic Management](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-gtm)|Use load balancing to manage website and mobile performance demands.|
|[Identity and Access Management](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-iam)|Create users and groups, and define policies that manage access to your Akamai applications.|
|[Image and Video Manager](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-ivm)|Automate image and video delivery optimizations for your website visitors.|
|[Network Lists](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-network-lists)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.|
|[Property](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-property-provisioning)|Define rules and behaviors that govern your website delivery based on match criteria.|
|[Application Security](https://techdocs.akamai.com/terraform/v4.1/docs/configure-appsec)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.|
|[Bot Manager](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-botman)|Identify, track, and respond to bot activity on your domain or in your app.|
|[Certificates](https://techdocs.akamai.com/terraform/v4.1/docs/cps-integration-guide)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.|
|[Cloudlets](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-cloudlets)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.|
|[DataStream](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-datastream)|Monitor activity on the ​Akamai​ platform and send live log data to a destination of your choice.|
|[Edge DNS](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-edgedns)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.|
|[EdgeWorkers](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-edgeworkers)|Execute JavaScript functions at the edge to optimize site performance and customize web experiences.|
|[Global Traffic Management](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-gtm)|Use load balancing to manage website and mobile performance demands.|
|[Identity and Access Management](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-iam)|Create users and groups, and define policies that manage access to your Akamai applications.|
|[Image and Video Manager](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-ivm)|Automate image and video delivery optimizations for your website visitors.|
|[Network Lists](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-network-lists)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.|
|[Property](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-property-provisioning)|Define rules and behaviors that govern your website delivery based on match criteria.|

### Get contract and group IDs

Expand Down
24 changes: 12 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ We’ve moved our documentation to the Akamai TechDocs site. Use the table to fi

|Subprovider|Description|
|---|---|
|[Application Security](https://techdocs.akamai.com/terraform/v4.0/docs/configure-appsec)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.|
|[Bot Manager](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-botman)|Identify, track, and respond to bot activity on your domain or in your app.|
|[Certificates](https://techdocs.akamai.com/terraform/v4.0/docs/cps-integration-guide)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.|
|[Cloudlets](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-cloudlets)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.|
|[DataStream](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-datastream)|Monitor activity on the ​Akamai​ platform and send live log data to a destination of your choice.|
|[Edge DNS](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-edgedns)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.|
|[EdgeWorkers](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-edgeworkers)|Execute JavaScript functions at the edge to optimize site performance and customize web experiences.|
|[Global Traffic Management](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-gtm)|Use load balancing to manage website and mobile performance demands.|
|[Identity and Access Management](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-iam)|Create users and groups, and define policies that manage access to your Akamai applications.|
|[Image and Video Manager](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-ivm)|Automate image and video delivery optimizations for your website visitors.|
|[Network Lists](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-network-lists)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.|
|[Property](https://techdocs.akamai.com/terraform/v4.0/docs/set-up-property-provisioning)|Define rules and behaviors that govern your website delivery based on match criteria.|
|[Application Security](https://techdocs.akamai.com/terraform/v4.1/docs/configure-appsec)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.|
|[Bot Manager](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-botman)|Identify, track, and respond to bot activity on your domain or in your app.|
|[Certificates](https://techdocs.akamai.com/terraform/v4.1/docs/cps-integration-guide)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.|
|[Cloudlets](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-cloudlets)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.|
|[DataStream](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-datastream)|Monitor activity on the ​Akamai​ platform and send live log data to a destination of your choice.|
|[Edge DNS](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-edgedns)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.|
|[EdgeWorkers](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-edgeworkers)|Execute JavaScript functions at the edge to optimize site performance and customize web experiences.|
|[Global Traffic Management](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-gtm)|Use load balancing to manage website and mobile performance demands.|
|[Identity and Access Management](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-iam)|Create users and groups, and define policies that manage access to your Akamai applications.|
|[Image and Video Manager](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-ivm)|Automate image and video delivery optimizations for your website visitors.|
|[Network Lists](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-network-lists)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.|
|[Property](https://techdocs.akamai.com/terraform/v4.1/docs/set-up-property-provisioning)|Define rules and behaviors that govern your website delivery based on match criteria.|

## Links to resources

Expand Down
24 changes: 12 additions & 12 deletions docs/resources/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ We’ve moved our documentation to the Akamai TechDocs site. Use the table to fi

|Subprovider|Description|
|---|---|
|[Application Security](https://techdocs.akamai.com/terraform/v4.0/docs/appsec-resources)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.|
|[Bot Manager](https://techdocs.akamai.com/terraform/v4.0/docs/botman-resources)|Identify, track, and respond to bot activity on your domain or in your app.|
|[Certificates](https://techdocs.akamai.com/terraform/v4.0/docs/cps-resources)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.|
|[Cloudlets](https://techdocs.akamai.com/terraform/v4.0/docs/cl-resources)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.|
|[DataStream](https://techdocs.akamai.com/terraform/v4.0/docs/ds-resources)|Monitor activity on the ​Akamai​ platform and send live log data to a destination of your choice.|
|[Edge DNS](https://techdocs.akamai.com/terraform/v4.0/docs/edns-resources)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.|
|[EdgeWorkers](https://techdocs.akamai.com/terraform/v4.0/docs/ew-resources)|Execute JavaScript functions at the edge to optimize site performance and customize web experiences.|
|[Global Traffic Management](https://techdocs.akamai.com/terraform/v4.0/docs/gtm-resources)|Use load balancing to manage website and mobile performance demands.|
|[Identity and Access Management](https://techdocs.akamai.com/terraform/v4.0/docs/iam-resources)|Create users and groups, and define policies that manage access to your Akamai applications.|
|[Image and Video Manager](https://techdocs.akamai.com/terraform/v4.0/docs/ivm-resources)|Automate image and video delivery optimizations for your website visitors.|
|[Network Lists](https://techdocs.akamai.com/terraform/v4.0/docs/nl-resources)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.|
|[Property](https://techdocs.akamai.com/terraform/v4.0/docs/pm-resources)|Define rules and behaviors that govern your website delivery based on match criteria.|
|[Application Security](https://techdocs.akamai.com/terraform/v4.1/docs/appsec-resources)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.|
|[Bot Manager](https://techdocs.akamai.com/terraform/v4.1/docs/botman-resources)|Identify, track, and respond to bot activity on your domain or in your app.|
|[Certificates](https://techdocs.akamai.com/terraform/v4.1/docs/cps-resources)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.|
|[Cloudlets](https://techdocs.akamai.com/terraform/v4.1/docs/cl-resources)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.|
|[DataStream](https://techdocs.akamai.com/terraform/v4.1/docs/ds-resources)|Monitor activity on the ​Akamai​ platform and send live log data to a destination of your choice.|
|[Edge DNS](https://techdocs.akamai.com/terraform/v4.1/docs/edns-resources)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.|
|[EdgeWorkers](https://techdocs.akamai.com/terraform/v4.1/docs/ew-resources)|Execute JavaScript functions at the edge to optimize site performance and customize web experiences.|
|[Global Traffic Management](https://techdocs.akamai.com/terraform/v4.1/docs/gtm-resources)|Use load balancing to manage website and mobile performance demands.|
|[Identity and Access Management](https://techdocs.akamai.com/terraform/v4.1/docs/iam-resources)|Create users and groups, and define policies that manage access to your Akamai applications.|
|[Image and Video Manager](https://techdocs.akamai.com/terraform/v4.1/docs/ivm-resources)|Automate image and video delivery optimizations for your website visitors.|
|[Network Lists](https://techdocs.akamai.com/terraform/v4.1/docs/nl-resources)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.|
|[Property](https://techdocs.akamai.com/terraform/v4.1/docs/pm-resources)|Define rules and behaviors that govern your website delivery based on match criteria.|
Loading

0 comments on commit 921339f

Please sign in to comment.