Fix tofu state for matrix-media-repo

This commit is contained in:
Danny Grove 2025-10-14 08:32:52 -07:00
parent ebb5b252c2
commit 1100f22c77
Signed by: danny
GPG Key ID: E1F4160251DB4C2E
2 changed files with 4 additions and 1 deletions

View File

@ -109,6 +109,10 @@ module "digitalocean_mysql_database_cluster" {
resource "digitalocean_spaces_bucket" "matrix_media_repo" {
name = "${var.namespace}-${var.environment}-distrust-media-repo"
region = var.region
versioning {
enabled = false
}
}
locals {

View File

@ -9,7 +9,6 @@ terraform {
skip_requesting_account_id = true
skip_credentials_validation = true
skip_region_validation = true
skip_get_ec2_platforms = true
skip_metadata_api_check = true
}
}