Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #127 from OpenVPN/refactor-cloudconnexa-api
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanbekov authored Feb 28, 2024
2 parents 300c3d0 + 61cf90d commit 3ea54c9
Show file tree
Hide file tree
Showing 80 changed files with 873 additions and 1,780 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPENVPN_HOST=
OPENVPN_CLOUD_CLIENT_ID=
OPENVPN_CLOUD_CLIENT_SECRET=
CLOUDCONNEXA_CLIENT_ID=
CLOUDCONNEXA_CLIENT_SECRET=
TF_ACC=0
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
timeout-minutes: 10
env:
TF_ACC: "1"
OPENVPNCLOUD_TEST_ORGANIZATION: "terraform-community"
OPENVPN_CLOUD_CLIENT_ID: ${{ secrets.CVPN_CLIENT_ID }}
OPENVPN_CLOUD_CLIENT_SECRET: ${{ secrets.CVPN_CLIENT_SECRET }}
CLOUDCONNEXA_TEST_ORGANIZATION: "terraform-community"
CLOUDCONNEXA_CLIENT_ID: ${{ secrets.CVPN_CLIENT_ID }}
CLOUDCONNEXA_CLIENT_SECRET: ${{ secrets.CVPN_CLIENT_SECRET }}
run: |
go test -v -cover ./openvpncloud
go test -v -cover ./cloudconnexa
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform.tfstate
*.iml

# Binaries
terraform-provider-sentry
terraform-provider-cloudconnexa
main

# Keep windows files with windows line endings
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HOSTNAME=openvpncloud.dev
HOSTNAME=cloudconnexa.dev
NAMESPACE=openvpn
NAME=openvpncloud
VERSION=0.0.9
NAME=cloudconnexa
VERSION=0.0.11
BINARY=terraform-provider-${NAME}
OS_ARCH=darwin_arm64

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Terraform Provider OpenVPN Cloud
# Terraform Provider Cloud Connexa

<a href="https://www.terraform.io/" target="_blank">
<img align="right" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Terraform_Logo.svg/2560px-Terraform_Logo.svg.png" alt="Terraform" width="120px">
Expand All @@ -12,18 +12,18 @@
<img align="right" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/OpenVPN_logo.svg/2560px-OpenVPN_logo.svg.png" alt="OpenVPN" width="150px">
</a>

- [Website OpenVPN Cloud](https://openvpn.net/cloud-vpn/?utm_source=terraform&utm_medium=docs)
- [Website Cloud Connexa](https://openvpn.net/cloud-vpn/?utm_source=terraform&utm_medium=docs)
- [Terraform Registry](https://registry.terraform.io/providers/OpenVPN/openvpn-cloud/latest)

## Description

The Terraform provider for [OpenVPN Cloud](https://openvpn.net/cloud-vpn/?utm_source=terraform&utm_medium=docs) allows teams to configure and update OpenVPN Cloud project parameters via their command line.
The Terraform provider for [Cloud Connexa](https://openvpn.net/cloud-vpn/?utm_source=terraform&utm_medium=docs) allows teams to configure and update Cloud Connexa project parameters via their command line.

## Maintainers

This provider plugin is maintained by:

- OpenVPN team at [OpenVPN Cloud](https://openvpn.net/cloud-vpn/?utm_source=terraform&utm_medium=docs)
- OpenVPN team at [Cloud Connexa](https://openvpn.net/cloud-vpn/?utm_source=terraform&utm_medium=docs)
- SRE Team at [ANNA Money](https://anna.money/?utm_source=terraform&utm_medium=referral&utm_campaign=docs) / [GitHub ANNA Money](http://github.com/anna-money/)
- [@patoarvizu](https://github.com/patoarvizu)

Expand Down Expand Up @@ -75,4 +75,4 @@ _Note:_ Acceptance tests create real resources, and often cost money to run.
make testacc
```

_**Please note:** This provider, like OpenVPN Cloud API, is in beta status. Report any problems via issue in this repo._
_**Please note:** This provider, like Cloud Connexa API, is in beta status. Report any problems via issue in this repo._
141 changes: 0 additions & 141 deletions client/connector.go

This file was deleted.

81 changes: 0 additions & 81 deletions client/dns_record.go

This file was deleted.

5 changes: 0 additions & 5 deletions client/errors.go

This file was deleted.

Loading

0 comments on commit 3ea54c9

Please sign in to comment.