Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 0fd8792

Browse files
committed
update readme.yml
1 parent 5a34193 commit 0fd8792

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ resource "digitalocean_spaces_bucket" "spaces" {
3838
region = var.region
3939
acl = var.acl
4040
force_destroy = var.force_destroy
41-
#allowed_headers = var.allowed_headers
42-
#allowed_methodsccc = var.allowed_methods
43-
#allowed_origins = var.allowed_origins
44-
#max_age_seconds = var.max_age_seconds
45-
#cors_rule = var.cors_rule
46-
#lifecycle_rule = var.lifecycle_rule
4741

4842
}
4943

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ variable "force_destroy" {
5151
type = bool
5252
default = false
5353
description = "Unless true, the bucket will only be destroyed if empty (Defaults to false)."
54-
}
54+
}

0 commit comments

Comments
 (0)