Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Feb 11, 2022
1 parent ea347de commit a56776a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/test/mock_provider.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
terraform {
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.74.1"
}
}
}

provider "aws" {
region = "us-east-1"
skip_credentials_validation = true
Expand Down

0 comments on commit a56776a

Please sign in to comment.