You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
88
88
memory_storage = "ram"
89
89
90
90
# 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
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'.
0 commit comments