resource "aws_lb_target_group_attachment" "ints_att_1a" { target_group_arn = aws_lb_target_group.tf_target_group.arn target_id = aws_instance.web-1a.id port = 80 } resource "aws_lb_target_group_attachment" "ints_att_1b" { target_group_arn = aws_lb_target_group.tf_target_group...
resource "aws_autoscaling_attachment" "asg_attachment_lb" { autoscaling_group_name = aws_autoscaling_group.ss.id lb_target_group_arn = aws_lb_target_group.ss_tg.arn } resource "aws_lb_listener" "ss" { load_balancer_arn = aws_lb.ss.arn port = var.lb_listener_port protocol = "TCP...
resource "aws_autoscaling_attachment" "asg_attachment_lb" { autoscaling_group_name = aws_autoscaling_group.ss.id lb_target_group_arn = aws_lb_target_group.ss_tg.arn } resource "aws_lb_listener" "ss" { load_balancer_arn = aws_lb.ss.arn port = var.lb_listener_port protocol = "TCP...
resource "aws_autoscaling_attachment" "asg_attachment_lb" { autoscaling_group_name = aws_autoscaling_group.ss.id lb_target_group_arn = aws_lb_target_group.ss_tg.arn } resource "aws_lb_listener" "ss" { load_balancer_arn = aws_lb.ss.arn port = var.lb_listener_port protocol = "TCP...
delete_on_termination =falsedevice_index =0network_interface_id = element(aws_network_interface.zk.*.id, count.index) } tags = merge(var.tags, { Name ="zk-${count.index}"} ) user_data = base64encode(templatefile("${path.module}/cloud-init.yml", { ...
module.db.module.db_instance.aws_db_instance.this[0]: Refreshing state... [id=bitbucket-postgres] aws_lb_target_group_attachment.tg_conf_ssh_inst: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-1:270128389919:targetgroup/tg-rnd-prod-bitbucket/35de290bb03ff096-2...
aws_lb_target_group.this resource aws_lb_target_group_attachment.additional resource aws_lb_target_group_attachment.this resource aws_route53_record.this resource aws_security_group.this resource aws_vpc_security_group_egress_rule.this resource aws_vpc_security_group_ingress_rule.this resource aws_...
resource/aws_redshift_cluster: Ignores the parameteraqua_configuration_status, since the AWS API ignores it. Now always returnsauto. (#31612) FEATURES: New Data Source:aws_vpclattice_resource_policy(#31372) New Resource:aws_autoscaling_traffic_source_attachment(#31527) ...
│ on .terraform\modules\alb\main.tf line 594, in resource "aws_lb_target_group_attachment" "this": │ 594: target_id = each.value.target_id │ ├──────────────── │ │ each.value is object with 6 attributes ...
provider"aws"{access_key="${var.access_key}"secret_key="${var.secret_key}"region="${var.region}"} 变量赋值 前面我们声明了变量,但是还没有给变量赋值,无法真正使用。给变量赋值,有以下几种方法,下面几种方法按照变量赋值的优先顺序排序。