Skip to content

Commit

Permalink
update github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Apr 6, 2022
1 parent 15d43d9 commit e95b179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _example/alb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module "alb" {
source = "./../../"

name = "alb"
enable = false
enable = true
internal = true
load_balancer_type = "application"
instance_count = module.ec2.instance_count
Expand Down
2 changes: 1 addition & 1 deletion _example/clb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module "clb" {

name = "clb"
load_balancer_type = "classic"
clb_enable = false
clb_enable = true
internal = true
target_id = module.ec2.instance_id
security_groups = [module.ssh.security_group_ids, module.http_https.security_group_ids]
Expand Down
2 changes: 1 addition & 1 deletion _example/nlb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module "nlb" {
source = "./../../"

name = "nlb"
enable = false
enable = true
internal = true
load_balancer_type = "network"
instance_count = module.ec2.instance_count
Expand Down

0 comments on commit e95b179

Please sign in to comment.