Skip to content

Commit

Permalink
remove MaxCompute_service
Browse files Browse the repository at this point in the history
  • Loading branch information
shanye997 committed Dec 22, 2023
1 parent eaceef7 commit 7a55b0c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
e2e-check:
if: github.event.review.state == 'approved' || github.event.review.body == 'approved'
# if: github.event.review.state == 'approved' || github.event.review.body == 'approved'
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down
1 change: 0 additions & 1 deletion examples/complete/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ variable "services" {
alicloud_iot_service = "On"
alicloud_kms_service = "On"
alicloud_log_service = "On"
alicloud_maxcompute_service = "On"
alicloud_mns_service = "On"
alicloud_nas_service = "On"
alicloud_oss_service = "On"
Expand Down
3 changes: 0 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ data "alicloud_kms_service" "open" {
data "alicloud_log_service" "open" {
enable = lookup(var.services, "alicloud_log_service", "Off")
}
data "alicloud_maxcompute_service" "open" {
enable = lookup(var.services, "alicloud_maxcompute_service", "Off")
}
data "alicloud_mns_service" "open" {
enable = lookup(var.services, "alicloud_mns_service", "Off")
}
Expand Down

0 comments on commit 7a55b0c

Please sign in to comment.