Skip to content

Commit 9d5c931

Browse files
SME feedback changes (#497)
1 parent 4c78bd0 commit 9d5c931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/integrate/terraform-provider-for-redis-cloud/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The steps in this section show you how to plan and create a Redis Cloud Pro subs
8484
# Create a subscription
8585
resource "rediscloud_subscription" "subscription-resource" {
8686
name = "subscription-name"
87-
payment_method_id = data.rediscloud_payment_method.card.id # If you want to pay with a marketplace account, replace this line with 'payment_method = marketplace'.
87+
payment_method_id = data.rediscloud_payment_method.card.id # If you want to pay with a marketplace account, replace this line with payment_method = 'marketplace'.
8888
memory_storage = "ram"
8989
9090
# Specify the cloud provider information here
@@ -112,7 +112,7 @@ The steps in this section show you how to plan and create a Redis Cloud Pro subs
112112
```text
113113
resource "rediscloud_subscription" "subscription-resource" {
114114
name = "redis-docs-sub"
115-
payment_method_id = data.rediscloud_payment_method.card.id # If you want to pay with a marketplace account, replace this line with 'payment_method = marketplace'.
115+
payment_method_id = data.rediscloud_payment_method.card.id # If you want to pay with a marketplace account, replace this line with payment_method = 'marketplace'.
116116
memory_storage = "ram"
117117
118118
cloud_provider {

0 commit comments

Comments
 (0)