Skip to content

Commit d390b27

Browse files
authored
Merge pull request #446 from rust-lang/jdno/docs-rs-maintenance
Deploy docs.rs
2 parents 942c651 + ce143ba commit d390b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/docs-rs/cloudfront.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ resource "aws_cloudfront_distribution" "webapp" {
9090

9191
default_cache_behavior {
9292
target_origin_id = "ec2"
93-
allowed_methods = ["GET", "HEAD", "OPTIONS", "POST"]
93+
allowed_methods = ["GET", "HEAD", "OPTIONS", "DELETE", "PATCH", "POST", "PUT"]
9494
cached_methods = ["GET", "HEAD", "OPTIONS"]
9595
compress = true
9696
viewer_protocol_policy = "redirect-to-https"

terraform/docs-rs/rds.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "aws_db_instance" "db" {
8282

8383
lifecycle {
8484
ignore_changes = [
85-
latest_restorable_time
85+
engine_version,
8686
]
8787
}
8888
}

0 commit comments

Comments
 (0)