Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Oct 5, 2023
1 parent aa6eeb2 commit ee89e7d
Show file tree
Hide file tree
Showing 11 changed files with 1,066 additions and 262 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
engine-strict=true
resolution-mode=highest
32 changes: 16 additions & 16 deletions infrastructure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ config {

plugin "aws" {
enabled = true
version = "0.26.0"
version = "0.27.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion infrastructure/homepage.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "homepage" {
source = "github.com/cloudlena/terraform-aws-spa?ref=v2.0.1"
source = "github.com/cloudlena/terraform-aws-spa?ref=v2.0.2"
providers = {
aws.us_east = aws.us_east
}
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/terraform.tfstate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.5.5",
"serial": 214,
"terraform_version": "1.5.7",
"serial": 216,
"lineage": "2c3e0ed3-a77b-46ac-1ae6-ec00c8c0e1e0",
"outputs": {},
"resources": [
Expand Down Expand Up @@ -162,7 +162,7 @@
],
"primary_name_server": "ns-1411.awsdns-48.org",
"private_zone": false,
"resource_record_set_count": 9,
"resource_record_set_count": 11,
"tags": {
"environment": "production",
"service-name": "global"
Expand Down
Loading

0 comments on commit ee89e7d

Please sign in to comment.