File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8478module "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)
201195module "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
You can’t perform that action at this time.
0 commit comments