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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@
19
19
20
20
The Terraform provider for [CloudConnexa](https://openvpn.net/cloud-vpn/?utm_source=terraform&utm_medium=docs) allows teams to configure and update CloudConnexa project parameters via their command line.
21
21
22
+
## Guides
23
+
24
+
-[Migration from v0.X.X to v1.0.0](https://registry.terraform.io/providers/OpenVPN/cloudconnexa/latest/docs/guides/migration-to-v1)
Copy file name to clipboardExpand all lines: docs/guides/migration-to-v1.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
-
# Terraform v1.0.0 migration guide
1
+
---
2
+
page_title: "Upgrading to version 1 (from 0.x)"
3
+
description: Terraform CloudConnexa Provider Version 1 Upgrade Guide
4
+
---
2
5
3
-
Important: this migration guide is created to outline migration from older versions of Terraform provider (which where using "/beta" endpoint) to Terraform provider v1.0.0 (which is using "/v1" endpoint).
6
+
# Terraform CloudConnexa Provider Version 1 Upgrade Guide
4
7
5
-
In v1.0.0 we intruduced BREAKING CHANGES, which we will cover in this migration guide.
8
+
This migration guide is created to outline migration from older versions of Terraform provider (which where using "/beta" endpoint) to Terraform provider v1.0.0 (which is using "/v1" endpoint).
9
+
10
+
Version 1 of the CloudConnexa Terraform Provider is introducing several BREAKING CHANGES, which we will cover in this migration guide.
0 commit comments