Skip to content

Commit

Permalink
improve ci environment for alicloud_slb
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Dec 2, 2020
1 parent ffe74f0 commit eafa814
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/assets/terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ resource "alicloud_eip" "deployment" {
resource "alicloud_slb" "default" {
name = var.env_name
internet_charge_type = "PayByTraffic"
address_type = "internet"
address_type = "internet"
specification = "slb.s1.small"
}


Expand All @@ -155,6 +156,7 @@ resource "alicloud_slb" "app" {
name = var.env_name
vswitch_id = alicloud_vswitch.default.id
internet_charge_type = "PayByTraffic"
specification = "slb.s1.small"
}

resource "alicloud_slb_listener" "app-http" {
Expand Down

0 comments on commit eafa814

Please sign in to comment.