Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add terraform examples for aws #1958

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add terraform examples for aws #1958

wants to merge 5 commits into from

Conversation

shahiinn
Copy link
Collaborator

Add terraform examples for aws

PR Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Chart Version bumped
  • CHANGELOG.md updated
  • Variables and other changes are documented in the README.md
  • Title of the PR starts with chart name (e.g. [artifactory])

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file

}

# Output the command to install Artifactory with Helm
# TODO: Fix Xray sizing breaking the template
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to see if the Xray sizing issue is fixed and update this

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will check that

}

variable "jfrog_platform_chart_version" {
default = "10.20.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move to 11.x

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will update once it's released.

module "vpc" {
source = "terraform-aws-modules/vpc/aws"

name = "jfrog-vpc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to start using the random_pet resource and append it to all resources created to create uniqueness.

name = "jfrog-vpc-${random_pet.unique.id}"

# Setup the required variables

variable "region" {
default = "eu-central-1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to "us-east-1"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When updating to jfrog-platform 11.x, update this file by removing unsupported apps.

@shahiinn shahiinn force-pushed the terraform-examples-1 branch from 0e3f816 to 509c90c Compare January 28, 2025 08:59
@shahiinn shahiinn force-pushed the terraform-examples-1 branch from 509c90c to 2cc41ec Compare January 28, 2025 15:16
@@ -0,0 +1,14 @@
# Terraform Playground
This repository contains a collection of Terraform configurations that I use to learn and experiment with Terraform.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change I > We, use - used

@shahiinn shahiinn force-pushed the terraform-examples-1 branch 2 times, most recently from 71ca44d to b654cab Compare January 31, 2025 05:28
@shahiinn shahiinn force-pushed the terraform-examples-1 branch from b654cab to 5159a9d Compare January 31, 2025 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants