Skip to content

Commit

Permalink
remove aws provider pinned version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 authored Sep 19, 2023
1 parent 56d69d1 commit cb08494
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,10 @@ provider "aws" {
region = var.aws_region
profile = var.aws_profile
}

## versions

terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0.0"
}
}
}

### variables
variable "aws_region" {
type = string
}

variable "aws_profile" {
type = string
}
Expand Down

0 comments on commit cb08494

Please sign in to comment.