Skip to content

Commit

Permalink
docs(apig/channel): fix the wrong example content (#3541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance52259 authored Oct 23, 2023
1 parent b128dde commit d3ae17e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/resources/apig_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ resource "huaweicloud_apig_channel" "test" {
variable "instance_id" {}
variable "channel_name" {}
variable "cluster_id" {}
variable "workload_name" {}
variable "stateless_workload_name" {}
variable "member_groups_config" {
type = list(object({
name = string
Expand Down Expand Up @@ -141,7 +141,8 @@ resource "huaweicloud_apig_channel" "test" {
cluster_id = var.cluster_id
namespace = "default"
workload_type = "deployment"
workload_name = var.workload_name
label_key = "app"
label_value = var.stateless_workload_name
}
}
}
Expand Down

0 comments on commit d3ae17e

Please sign in to comment.