Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FULL_INFRA_WITH_DOCKER/installations_scripts/install_java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ SONAR_SCANNER_PATH=/opt/sonar-scanner



# Step 1 : Install Java 17, and config JAVA_HOME environment variable
# Step 1 : Install Java 21, and config JAVA_HOME environment variable
echo -e "${CYAN_COLOR_STARTING}---------------- STEP 1 : JAVA INSTALLATION ---------------- ${COLOR_RESET_OF}"

sudo dnf install -y java-17-amazon-corretto java-17-amazon-corretto-devel
sudo dnf install java-21-amazon-corretto -y


echo -e "${CYAN_COLOR_STARTING}---------------- STEP 2 : MAVEN INSTALLATION ---------------- ${COLOR_RESET_OF}"
Expand Down
2 changes: 1 addition & 1 deletion FULL_INFRA_WITH_DOCKER/var.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "aws_region" {
description = "This is aws region"
default = "us-east-2"
default = "us-east-1"
type = string
}
variable "profile" {
Expand Down