Feature update backend (#3)
* Update Terraform backend configuration and add backend.conf sample --------- Co-authored-by: Damien A <sepales.pret0h@icloud.com>
This commit is contained in:
9
terraform/provider.tf
Normal file
9
terraform/provider.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
provider "aws" {
|
||||
region = var.AWS_REGION
|
||||
access_key = var.AWS_ACCESS_KEY
|
||||
secret_key = var.AWS_SECRET_KEY
|
||||
}
|
||||
|
||||
terraform {
|
||||
backend "s3" {}
|
||||
}
|
||||
Reference in New Issue
Block a user