terraform fmt

This commit is contained in:
CC
2026-06-23 22:27:17 +01:00
parent 93e29a7bec
commit 41146f5676
10 changed files with 102 additions and 102 deletions

View File

@@ -3,7 +3,7 @@ terraform {
proxmox = {
source = "bpg/proxmox"
version = "0.106.0"
#url = https://registry.terraform.io/providers/bpg/proxmox/latest/docs/guides/clone-vm
#url = https://registry.terraform.io/providers/bpg/proxmox/latest/docs/guides/clone-vm
}
aws = {
source = "hashicorp/aws"
@@ -15,12 +15,12 @@ terraform {
provider "proxmox" {
endpoint = var.pm_api_url
api_token = var.pm_api_token
insecure = true
insecure = true
}
provider "aws" {
region = "garage"
access_key = "GK242d456c0692a9d4cc102206"
access_key = "GK242d456c0692a9d4cc102206"
secret_key = "1d7e22b7a8892cb11b569017659aa511b37b53287c4d1699c310d9f8ac76df09"
# shared_credentials_files = ["$HOME/.aws/credentials"]
# shared_credentials_files = ["$HOME/.aws/credentials"]
}