Skip to content

Commit

Permalink
CIS - Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit Srivastava authored and hkantare committed Jun 20, 2023
1 parent ee6fd52 commit 56898c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/cis.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "ibm_resource_group" "group" {
resource "ibm_cis" "cis_instance" {
name = "test"
plan = "standard"
plan = "standard-next"
resource_group_id = data.ibm_resource_group.group.id
tags = ["tag1", "tag2"]
location = "global"
Expand Down

0 comments on commit 56898c0

Please sign in to comment.