This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
provider "aws" {
|
||||
region = "eu-north-1"
|
||||
}
|
||||
|
||||
provider "vault" {
|
||||
address = var.vault_url
|
||||
skip_child_token = true
|
||||
skip_tls_verify = true
|
||||
token = var.vault_token
|
||||
}
|
||||
Reference in New Issue
Block a user