Skip to content

Commit

Permalink
enable wavelength connectivity (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
eistrati authored Nov 22, 2024
1 parent c546e97 commit 08d88f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iac/cicd/service_catalog_app_registry/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.77.0"
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions iac/core/eks_node/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ module "self_managed_node_group" {
element(split(",", try(trimspace(var.spf_eks_node_ec2), "") != ""
? var.spf_eks_node_ec2 : var.q.instance_types), 0)
)
network_interfaces = [{
associate_carrier_ip_address = true
}]

desired_size = var.q.desired_size
min_size = var.q.min_size
Expand Down
2 changes: 1 addition & 1 deletion iac/global.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.77.0"
}
}
}
Expand Down

0 comments on commit 08d88f0

Please sign in to comment.