Skip to content

Commit

Permalink
Create 01-versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamid-R1 authored Mar 26, 2023
1 parent 838af8d commit 22a4a79
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions project-08-V2/terraform-scripts/01-versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
}
}
}

provider "aws" {
#region = "us-east-1"
region = "ap-southeast-1" #Asia Pacific (Singapore)#
profile = "cloud-admin" #iam-user #
}

0 comments on commit 22a4a79

Please sign in to comment.