diff --git a/examples/terraform-examples/README.md b/examples/terraform-examples/README.md index bdef391d4..fbc7b420b 100644 --- a/examples/terraform-examples/README.md +++ b/examples/terraform-examples/README.md @@ -1,5 +1,5 @@ # Terraform Playground -This repository contains a collection of Terraform configurations that I use to learn and experiment with Terraform. +This repository contains a collection of Terraform configurations that we used to learn and experiment with Terraform. ## Install Terraform Follow the [Install Terraform](https://developer.hashicorp.com/terraform/install) page to install Terraform on your machine. diff --git a/examples/terraform-examples/jfrog-platform-aws-install/README.md b/examples/terraform-examples/jfrog-platform-aws-install/README.md index 5a2da64ff..ae3800eee 100644 --- a/examples/terraform-examples/jfrog-platform-aws-install/README.md +++ b/examples/terraform-examples/jfrog-platform-aws-install/README.md @@ -9,6 +9,9 @@ The resources are split between individual files for easy and clear separation. ## Prepare the JFrog Platform Configurations +Ensure that the AWS CLI is set up and properly configured before starting with Terraform. +A configured AWS account with the necessary permissions is required to provision and manage resources successfully. + The [jfrog-values.yaml](jfrog-values.yaml) file has the values that Helm will use to configure the JFrog Platform installation. The [artifactory-license-template.yaml](artifactory-license-template.yaml) file has the license key(s) template that you will need to copy to a `artifactory-license.yaml` file. diff --git a/examples/terraform-examples/jfrog-platform-aws-install/variables.tf b/examples/terraform-examples/jfrog-platform-aws-install/variables.tf index 485efb899..c9919a84d 100644 --- a/examples/terraform-examples/jfrog-platform-aws-install/variables.tf +++ b/examples/terraform-examples/jfrog-platform-aws-install/variables.tf @@ -238,7 +238,7 @@ variable "namespace" { } variable "jfrog_platform_chart_version" { - default = "10.20.3" + default = "11.0.0" } variable "deploy_metrics_server" {