Added terraform
This commit is contained in:
10
terraform/state.tf
Normal file
10
terraform/state.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "cluster.fun-tfstate"
|
||||
key = "state.tfstate"
|
||||
region = "fr-par"
|
||||
endpoint = "https://s3.fr-par.scw.cloud"
|
||||
skip_credentials_validation = true
|
||||
skip_region_validation = true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user