Skip to content

Commit

Permalink
Rename example directory
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanbekov committed Aug 29, 2024
1 parent df9d7c9 commit 33b52aa
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion example/provider.tf → examples/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ provider "cloudconnexa" {
base_url = "https://${var.company_name}.api.openvpn.com"
}

## Environment Variables example:
## Environment Variables examples:
# export CLOUDCONNEXA_CLIENT_ID=""
# export CLOUDCONNEXA_CLIENT_SECRET=""
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions example/user_groups.tf → examples/user_groups.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Simple example
# Simple examples
resource "cloudconnexa_user_group" "this" {
name = "test-group"
vpn_region_ids = ["eu-central-1"]
connect_auth = "AUTH"
}

# Advanced example
# Advanced examples
resource "cloudconnexa_user_group" "this" {
for_each = var.user_groups
name = each.key
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 33b52aa

Please sign in to comment.