Skip to content

Commit

Permalink
Remove skip_s3_checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgeiser committed Sep 4, 2024
1 parent aef50d3 commit da7e5d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/sos-backend/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ terraform {
skip_credentials_validation = true
skip_region_validation = true
skip_requesting_account_id = true
skip_s3_checksum = true
}
}

Expand Down
1 change: 0 additions & 1 deletion examples/sos/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ provider "aws" {
skip_credentials_validation = true
skip_region_validation = true
skip_requesting_account_id = true
skip_s3_checksum = true
}

0 comments on commit da7e5d6

Please sign in to comment.