Skip to content

Commit a816756

Browse files
sir-sigurdclaude
andauthored
Refresh example: pin modules to 1.7.2, drop redundant root aws provider pin (#119)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f917107 commit a816756

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

examples/main.tf

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ terraform {
4242
}
4343

4444
required_version = ">= 1.10.0"
45-
required_providers {
46-
aws = {
47-
source = "hashicorp/aws"
48-
version = "~> 5.0"
49-
}
50-
}
5145
}
5246

5347
# Local variables for configuration
@@ -83,7 +77,7 @@ variable "okta_client_secret" {
8377
# Main Quilt module
8478
module "quilt" {
8579
# Pin to the latest stable version from https://github.com/quiltdata/iac/tags
86-
source = "github.com/quiltdata/iac//modules/quilt?ref=1.3.0"
80+
source = "github.com/quiltdata/iac//modules/quilt?ref=1.7.2"
8781

8882
name = local.name
8983
template_file = local.build_file_path
@@ -199,7 +193,7 @@ module "quilt" {
199193

200194
# DNS configuration (optional but recommended)
201195
module "cnames" {
202-
source = "github.com/quiltdata/iac//modules/cnames?ref=1.3.0"
196+
source = "github.com/quiltdata/iac//modules/cnames?ref=1.7.2"
203197

204198
lb_dns_name = module.quilt.stack.outputs.LoadBalancerDNSName
205199
quilt_web_host = local.quilt_web_host

0 commit comments

Comments
 (0)