From 0051343f9dac2d3d17bc669047d02a6515b88f18 Mon Sep 17 00:00:00 2001 From: Dawid Dzhafarov Date: Wed, 26 Jul 2023 13:16:33 +0000 Subject: [PATCH] DXE-2867 Add changelog, update docs and dependecies --- CHANGELOG.md | 2 +- docs/data-sources/data-sources.md | 28 ++++++++++++++-------------- docs/guides/get-started.md | 30 +++++++++++++++--------------- docs/index.md | 28 ++++++++++++++-------------- docs/resources/resources.md | 28 ++++++++++++++-------------- go.mod | 2 +- go.sum | 4 ++-- 7 files changed, 61 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 854eff689..22735d8e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # RELEASE NOTES -## X.X.X (XXX XX, 2023) +## 5.1.0 (Aug 01, 2023) #### BUG FIXES: diff --git a/docs/data-sources/data-sources.md b/docs/data-sources/data-sources.md index ce9883988..b5c791e6b 100644 --- a/docs/data-sources/data-sources.md +++ b/docs/data-sources/data-sources.md @@ -6,17 +6,17 @@ layout: "akamai" We’ve moved our documentation to the Akamai TechDocs site. Use the table to find the subprovider data sources you need. -|Subprovider|Description| -|---|---| -|[Application Security](https://techdocs.akamai.com/terraform/v5.0/docs/appsec-datasources)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.| -|[Bot Manager](https://techdocs.akamai.com/terraform/v5.0/docs/botman-datasources)|Identify, track, and respond to bot activity on your domain or in your app.| -|[Certificates](https://techdocs.akamai.com/terraform/v5.0/docs/cps-datasources)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.| -|[Cloudlets](https://techdocs.akamai.com/terraform/v5.0/docs/cl-datasources)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.| -|[DataStream](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/edns-datasources)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.| -|[EdgeWorkers](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/gtm-datasources)|Use load balancing to manage website and mobile performance demands.| -|[Identity and Access Management](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/ivm-datasources)|Automate image and video delivery optimizations for your website visitors.| -|[Network Lists](https://techdocs.akamai.com/terraform/v5.0/docs/nl-datasources)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.| -|[Property](https://techdocs.akamai.com/terraform/v5.0/docs/pm-datasources)|Define rules and behaviors that govern your website delivery based on match criteria.| +| Subprovider | Description | +|---------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| +| [Application Security](https://techdocs.akamai.com/terraform/v5.1/docs/appsec-datasources) | Manage security configurations, security policies, match targets, rate policies, and firewall rules. | +| [Bot Manager](https://techdocs.akamai.com/terraform/v5.1/docs/botman-datasources) | Identify, track, and respond to bot activity on your domain or in your app. | +| [Certificates](https://techdocs.akamai.com/terraform/v5.1/docs/cps-datasources) | Full life cycle management of SSL certificates for your ​Akamai​ CDN applications. | +| [Cloudlets](https://techdocs.akamai.com/terraform/v5.1/docs/cl-datasources) | Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions. | +| [DataStream](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/edns-datasources) | Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution. | +| [EdgeWorkers](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/gtm-datasources) | Use load balancing to manage website and mobile performance demands. | +| [Identity and Access Management](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/ivm-datasources) | Automate image and video delivery optimizations for your website visitors. | +| [Network Lists](https://techdocs.akamai.com/terraform/v5.1/docs/nl-datasources) | Automate the creation, deployment, and management of lists used in ​Akamai​ security products. | +| [Property](https://techdocs.akamai.com/terraform/v5.1/docs/pm-datasources) | Define rules and behaviors that govern your website delivery based on match criteria. | diff --git a/docs/guides/get-started.md b/docs/guides/get-started.md index 2322070ab..e2401bd73 100644 --- a/docs/guides/get-started.md +++ b/docs/guides/get-started.md @@ -21,7 +21,7 @@ Your Akamai Terraform configuration starts with listing us as a required provide required_providers { akamai = { source = "akamai/akamai" - version = "5.0.1" + version = "5.1.0" } } } @@ -97,20 +97,20 @@ Each of our subproviders use a set of resource objects that build out infrastruc Use the table to find information about the subprovider you’re using. -|Subprovider|Description| -|---|---| -|[Application Security](https://techdocs.akamai.com/terraform/v5.0/docs/configure-appsec)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.| -|[Bot Manager](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/cps-integration-guide)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.| -|[Cloudlets](https://techdocs.akamai.com/terraform/v5.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/v5.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/v5.0/docs/set-up-edgedns)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.| -|[EdgeWorkers](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/set-up-gtm)|Use load balancing to manage website and mobile performance demands.| -|[Identity and Access Management](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/set-up-ivm)|Automate image and video delivery optimizations for your website visitors.| -|[Network Lists](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/set-up-property-provisioning)|Define rules and behaviors that govern your website delivery based on match criteria.| +| Subprovider | Description | +|----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| +| [Application Security](https://techdocs.akamai.com/terraform/v5.1/docs/configure-appsec) | Manage security configurations, security policies, match targets, rate policies, and firewall rules. | +| [Bot Manager](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/cps-integration-guide) | Full life cycle management of SSL certificates for your ​Akamai​ CDN applications. | +| [Cloudlets](https://techdocs.akamai.com/terraform/v5.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/v5.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/v5.1/docs/set-up-edgedns) | Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution. | +| [EdgeWorkers](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/set-up-gtm) | Use load balancing to manage website and mobile performance demands. | +| [Identity and Access Management](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/set-up-ivm) | Automate image and video delivery optimizations for your website visitors. | +| [Network Lists](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/set-up-property-provisioning) | Define rules and behaviors that govern your website delivery based on match criteria. | ### Get contract and group IDs diff --git a/docs/index.md b/docs/index.md index f333a219c..8ff578701 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,20 +33,20 @@ Once you fix any issues, you can run `terraform plan` again and make sure everyt We’ve moved our documentation to the Akamai TechDocs site. Use the table to find information about the subprovider you’re using. -|Subprovider|Description| -|---|---| -|[Application Security](https://techdocs.akamai.com/terraform/v5.0/docs/configure-appsec)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.| -|[Bot Manager](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/cps-integration-guide)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.| -|[Cloudlets](https://techdocs.akamai.com/terraform/v5.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/v5.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/v5.0/docs/set-up-edgedns)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.| -|[EdgeWorkers](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/set-up-gtm)|Use load balancing to manage website and mobile performance demands.| -|[Identity and Access Management](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/set-up-ivm)|Automate image and video delivery optimizations for your website visitors.| -|[Network Lists](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/set-up-property-provisioning)|Define rules and behaviors that govern your website delivery based on match criteria.| +| Subprovider | Description | +|----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| +| [Application Security](https://techdocs.akamai.com/terraform/v5.1/docs/configure-appsec) | Manage security configurations, security policies, match targets, rate policies, and firewall rules. | +| [Bot Manager](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/cps-integration-guide) | Full life cycle management of SSL certificates for your ​Akamai​ CDN applications. | +| [Cloudlets](https://techdocs.akamai.com/terraform/v5.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/v5.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/v5.1/docs/set-up-edgedns) | Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution. | +| [EdgeWorkers](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/set-up-gtm) | Use load balancing to manage website and mobile performance demands. | +| [Identity and Access Management](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/set-up-ivm) | Automate image and video delivery optimizations for your website visitors. | +| [Network Lists](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/set-up-property-provisioning) | Define rules and behaviors that govern your website delivery based on match criteria. | ## Links to resources diff --git a/docs/resources/resources.md b/docs/resources/resources.md index ccf64df1c..76a1efe3d 100644 --- a/docs/resources/resources.md +++ b/docs/resources/resources.md @@ -6,17 +6,17 @@ layout: "akamai" We’ve moved our documentation to the Akamai TechDocs site. Use the table to find the subprovider resources you need. -|Subprovider|Description| -|---|---| -|[Application Security](https://techdocs.akamai.com/terraform/v5.0/docs/appsec-resources)|Manage security configurations, security policies, match targets, rate policies, and firewall rules.| -|[Bot Manager](https://techdocs.akamai.com/terraform/v5.0/docs/botman-resources)|Identify, track, and respond to bot activity on your domain or in your app.| -|[Certificates](https://techdocs.akamai.com/terraform/v5.0/docs/cps-resources)|Full life cycle management of SSL certificates for your ​Akamai​ CDN applications.| -|[Cloudlets](https://techdocs.akamai.com/terraform/v5.0/docs/cl-resources)|Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions.| -|[DataStream](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/edns-resources)|Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution.| -|[EdgeWorkers](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/gtm-resources)|Use load balancing to manage website and mobile performance demands.| -|[Identity and Access Management](https://techdocs.akamai.com/terraform/v5.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/v5.0/docs/ivm-resources)|Automate image and video delivery optimizations for your website visitors.| -|[Network Lists](https://techdocs.akamai.com/terraform/v5.0/docs/nl-resources)|Automate the creation, deployment, and management of lists used in ​Akamai​ security products.| -|[Property](https://techdocs.akamai.com/terraform/v5.0/docs/pm-resources)|Define rules and behaviors that govern your website delivery based on match criteria.| +| Subprovider | Description | +|-------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| +| [Application Security](https://techdocs.akamai.com/terraform/v5.1/docs/appsec-resources) | Manage security configurations, security policies, match targets, rate policies, and firewall rules. | +| [Bot Manager](https://techdocs.akamai.com/terraform/v5.1/docs/botman-resources) | Identify, track, and respond to bot activity on your domain or in your app. | +| [Certificates](https://techdocs.akamai.com/terraform/v5.1/docs/cps-resources) | Full life cycle management of SSL certificates for your ​Akamai​ CDN applications. | +| [Cloudlets](https://techdocs.akamai.com/terraform/v5.1/docs/cl-resources) | Solve specific business challenges using value-added apps that complement ​Akamai​'s core solutions. | +| [DataStream](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/edns-resources) | Replace or augment your DNS infrastructure with a cloud-based authoritative DNS solution. | +| [EdgeWorkers](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/gtm-resources) | Use load balancing to manage website and mobile performance demands. | +| [Identity and Access Management](https://techdocs.akamai.com/terraform/v5.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/v5.1/docs/ivm-resources) | Automate image and video delivery optimizations for your website visitors. | +| [Network Lists](https://techdocs.akamai.com/terraform/v5.1/docs/nl-resources) | Automate the creation, deployment, and management of lists used in ​Akamai​ security products. | +| [Property](https://techdocs.akamai.com/terraform/v5.1/docs/pm-resources) | Define rules and behaviors that govern your website delivery based on match criteria. | diff --git a/go.mod b/go.mod index e4f96120b..6a9853412 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/akamai/terraform-provider-akamai/v5 require ( - github.com/akamai/AkamaiOPEN-edgegrid-golang/v7 v7.0.0 + github.com/akamai/AkamaiOPEN-edgegrid-golang/v7 v7.1.0 github.com/allegro/bigcache/v2 v2.2.5 github.com/apex/log v1.9.0 github.com/go-ozzo/ozzo-validation/v4 v4.3.0 diff --git a/go.sum b/go.sum index fb7a3d10a..9fb0ec6a9 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,8 @@ github.com/acomagu/bufpipe v1.0.3 h1:fxAGrHZTgQ9w5QqVItgzwj235/uYZYgbXitB+dLupOk github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4= github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE= github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= -github.com/akamai/AkamaiOPEN-edgegrid-golang/v7 v7.0.0 h1:MJnLIOgHqWT2cbc8EVE70KuVPCYqf/3Qc4mSti9Rw7M= -github.com/akamai/AkamaiOPEN-edgegrid-golang/v7 v7.0.0/go.mod h1:zZWAMUwE4q5sVPgnjz9jiqtXA01tM3m9HYd6Wk0ev90= +github.com/akamai/AkamaiOPEN-edgegrid-golang/v7 v7.1.0 h1:QBcW0BOSLBN2DGgs6je3L/E/S3nCKhi4Me4oijT44Dw= +github.com/akamai/AkamaiOPEN-edgegrid-golang/v7 v7.1.0/go.mod h1:zZWAMUwE4q5sVPgnjz9jiqtXA01tM3m9HYd6Wk0ev90= github.com/allegro/bigcache/v2 v2.2.5 h1:mRc8r6GQjuJsmSKQNPsR5jQVXc8IJ1xsW5YXUYMLfqI= github.com/allegro/bigcache/v2 v2.2.5/go.mod h1:FppZsIO+IZk7gCuj5FiIDHGygD9xvWQcqg1uIPMb6tY= github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 h1:MzBOUgng9orim59UnfUTLRjMpd09C5uEVQ6RPGeCaVI=