Fix tofu state for matrix-media-repo
This commit is contained in:
parent
ebb5b252c2
commit
1100f22c77
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue