Skip to content

Commit

Permalink
Update resource_instance.html.markdown (#5806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Nov 21, 2024
1 parent 37a027d commit a99d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/resource_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "ibm_resource_group" "group" {
resource "ibm_resource_instance" "resource_instance" {
name = "test"
service = "cloud-object-storage"
plan = "lite"
plan = "standard"
location = "global"
resource_group_id = data.ibm_resource_group.group.id
tags = ["tag1", "tag2"]
Expand Down

0 comments on commit a99d715

Please sign in to comment.