mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
call me stuff the way i do stuff
This commit is contained in:
parent
8331b28f5d
commit
0eae57ba2e
6 changed files with 105 additions and 21 deletions
10
tf-infra/state.tf
Normal file
10
tf-infra/state.tf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
resource "aws_s3_bucket" "state" {
|
||||
bucket = "nilstrieb-states"
|
||||
}
|
||||
|
||||
resource "aws_s3_bucket_versioning" "state" {
|
||||
bucket = aws_s3_bucket.state.bucket
|
||||
versioning_configuration {
|
||||
status = "Enabled"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue