Skip to content

Commit

Permalink
Added simple providers.tf so terraform plan works.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 26, 2023
1 parent 00e2c5c commit 21fe361
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/simple/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_version = ">= 1.5.0"
}

provider "aws" {
profile = "107742151971-do2-govcloud"
region = "us-gov-east-1"
}

0 comments on commit 21fe361

Please sign in to comment.