Skip to content

Commit

Permalink
Local resolve
Browse files Browse the repository at this point in the history
eldada committed Jan 31, 2025
2 parents e64954b + 5159a9d commit eebdba6
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/terraform-examples/README.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -238,7 +238,7 @@ variable "namespace" {
}

variable "jfrog_platform_chart_version" {
default = "10.20.3"
default = "11.0.0"
}

variable "deploy_metrics_server" {

0 comments on commit eebdba6

Please sign in to comment.