Skip to content

Commit 129947f

Browse files
committed
Add note on default payment method that needs to be set prior to order a product
1 parent 8bb5cd4 commit 129947f

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

website/docs/r/cloud_project.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Orders a public cloud project.
1212

1313
## Important
1414

15-
This resource is in beta state. Use with caution.
15+
-> __NOTE__ To order a product with terraform, your account needs to have a default payment method defined. This can be done in the [console](https://www.ovh.com/manager/#/dedicated/billing/payment/method) or via API with the [/me/payment/method](https://api.ovh.com/console/#/me/payment/method~GET) routes
1616

1717
## Example Usage
1818

website/docs/r/hosting_privatedatabase.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ description: |-
1010

1111
Creates an OVHcloud managed private cloud database.
1212

13+
## Important
14+
15+
-> __NOTE__ To order a product with terraform, your account needs to have a default payment method defined. This can be done in the [console](https://www.ovh.com/manager/#/dedicated/billing/payment/method) or via API with the [/me/payment/method](https://api.ovh.com/console/#/me/payment/method~GET) routes
16+
1317
## Example Usage
1418

1519
```hcl

website/docs/r/ip_service.html.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ Orders an ip service.
1616
This resource orders an OVHcloud product for a long period of time and may generate heavy costs !
1717
Use with caution.
1818

19-
__NOTE__ 1: the "default-payment-mean" will scan your registered bank accounts, credit card and paypal payment means to find your default payment mean.
20-
21-
__NOTE__ 2: this resource is in beta state. Use with caution.
19+
-> __NOTE__ To order a product with terraform, your account needs to have a default payment method defined. This can be done in the [console](https://www.ovh.com/manager/#/dedicated/billing/payment/method) or via API with the [/me/payment/method](https://api.ovh.com/console/#/me/payment/method~GET) routes
2220

2321

2422
## Example Usage

website/docs/r/iploadbalancing.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Orders an IP load balancing.
1515
~> __WARNING__ This resource orders an OVHcloud product for a long period of time and may generate heavy costs!
1616
Use with caution.
1717

18-
-> __NOTE__ The "default-payment-mean" will scan your registered bank accounts, credit card and paypal payment means to find your default payment mean.
18+
-> __NOTE__ To order a product with terraform, your account needs to have a default payment method defined. This can be done in the [console](https://www.ovh.com/manager/#/dedicated/billing/payment/method) or via API with the [/me/payment/method](https://api.ovh.com/console/#/me/payment/method~GET) routes
19+
1920

2021
## Example Usage
2122

website/docs/r/ovh_domain_zone.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Creates a domain zone.
1212

1313
## Important
1414

15-
~> __WARNING__ This resource is in beta state. Use with caution.
15+
-> __NOTE__ To order a product with terraform, your account needs to have a default payment method defined. This can be done in the [console](https://www.ovh.com/manager/#/dedicated/billing/payment/method) or via API with the [/me/payment/method](https://api.ovh.com/console/#/me/payment/method~GET) routes
1616

1717
## Example Usage
1818

website/docs/r/vrack.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Orders a vrack.
1212

1313
## Important
1414

15-
~> __WARNING__ This resource is in beta state. Use with caution.
15+
-> __NOTE__ To order a product with terraform, your account needs to have a default payment method defined. This can be done in the [console](https://www.ovh.com/manager/#/dedicated/billing/payment/method) or via API with the [/me/payment/method](https://api.ovh.com/console/#/me/payment/method~GET) routes
1616

17-
-> __NOTE__ Currently, the OVHcloud API doesn't support Vrack termination. You have to open a support ticket to ask for vrack termination. Otherwise, you may hit vrack quota issues.
17+
-> __WARNING__ Currently, the OVHcloud API doesn't support Vrack termination. You have to open a support ticket to ask for vrack termination. Otherwise, you may hit vrack quota issues.
1818

1919
## Example Usage
2020

website/docs/r/vrack_ip.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description: |-
1010

1111
Attach an IP block to a VRack.
1212

13+
1314
## Example Usage
1415

1516
```hcl

0 commit comments

Comments
 (0)