-
Notifications
You must be signed in to change notification settings - Fork 448
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
base: master
Are you sure you want to change the base?
Conversation
examples/terraform-examples/LICENSE
Outdated
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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"
There was a problem hiding this comment.
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.
0e3f816
to
509c90c
Compare
509c90c
to
2cc41ec
Compare
@@ -0,0 +1,14 @@ | |||
# Terraform Playground | |||
This repository contains a collection of Terraform configurations that I use to learn and experiment with Terraform. |
There was a problem hiding this comment.
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
71ca44d
to
b654cab
Compare
b654cab
to
5159a9d
Compare
Add terraform examples for aws
PR Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[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: