-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change configuration of provider (#313)
* feat(vpc,docs): remove deprecated resources * feat(provider,docs): update env vars and make params required for configuration (1/7) * feat(dbaas,docs): update env variables and docs (2/7) * feat(craas,docs): update env variables and docs (3/7) * feat(dns,docs): update env variables and docs (4/7) * feat(mks,docs): update env variables and docs (5/7) * feat(secretmanager,docs): update env variables and docs (6/7) * feat(vpc,docs): update env variables and docs (7/7) * feat(provider,docs): add v6 migration guide * feat(deps): bump go-selvpc v3.2.1 -> v4.0.0 * feat(deps,iam,mks,dbaas): bump Go 1.22.7 -> 1.23 * feat(provider): add changelog for major release
- Loading branch information
1 parent
9d3deda
commit 9810b35
Showing
122 changed files
with
390 additions
and
810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
Terraform Selectel Provider | ||
========================= | ||
# Terraform Selectel Provider | ||
|
||
- Website: https://www.terraform.io | ||
- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby) | ||
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool) | ||
* Website: <https://www.terraform.io> | ||
* [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby) | ||
* Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool) | ||
|
||
<img alt="Terraform Selectel Provider" src="https://selectel.ru/blog/wp-content/uploads/2019/03/[email protected]" width="600px"> | ||
|
||
Maintainers | ||
----------- | ||
## Maintainers | ||
|
||
This provider plugin is maintained by: | ||
|
||
|
@@ -17,63 +15,58 @@ This provider plugin is maintained by: | |
* Ilya Kulakov ([@TawR1024](https://github.com/TawR1024)) | ||
* Tatyana Voloshina ([@T-Sh](https://github.com/T-Sh)) | ||
|
||
Requirements | ||
------------ | ||
## Requirements | ||
|
||
- [Terraform](https://www.terraform.io/downloads.html) 0.12.x | ||
- [Go](https://golang.org/doc/install) 1.22 (to build the provider plugin) | ||
* [Terraform](https://www.terraform.io/downloads.html) 0.12.x | ||
* [Go](https://golang.org/doc/install) 1.23 (to build the provider plugin) | ||
|
||
Building The Provider | ||
--------------------- | ||
## Building The Provider | ||
|
||
Clone the repository | ||
|
||
```sh | ||
$ git clone [email protected]:selectel/terraform-provider-selectel.git | ||
git clone [email protected]:selectel/terraform-provider-selectel.git | ||
``` | ||
|
||
Enter the provider directory and build the provider | ||
|
||
```sh | ||
$ cd terraform-provider-selectel | ||
$ make build | ||
cd terraform-provider-selectel | ||
make build | ||
``` | ||
|
||
Using the provider | ||
---------------------- | ||
## Using the provider | ||
|
||
Getting Started with Terraform at Selectel: [kb.selectel.com](https://kb.selectel.com/docs/selectel-cloud-platform/main-services/instructions/how_to_use_terraform/). | ||
Documentation is available at: [docs/providers/selectel](https://www.terraform.io/docs/providers/selectel/index.html). | ||
You can find examples in this repository: [examples](https://github.com/terraform-providers/terraform-provider-selectel/tree/master/examples). | ||
Also there are lots of examples in the [selectel/terraform-examples](https://github.com/selectel/terraform-examples). | ||
|
||
Developing the Provider | ||
--------------------------- | ||
## Developing the Provider | ||
|
||
If you wish to work on the provider, you'll first need [Go](https://golang.org) installed on your machine (version 1.17+ is *required*). | ||
If you wish to work on the provider, you'll first need [Go](https://golang.org) installed on your machine (version 1.17+ is _required_). | ||
|
||
To compile the provider, run `make build`. This will build the provider and put the provider binary in the current directory. | ||
|
||
```sh | ||
$ make build | ||
make build | ||
``` | ||
|
||
In order to test the provider, you can simply run `make test`. | ||
|
||
```sh | ||
$ make test | ||
make test | ||
``` | ||
|
||
In order to run the full suite of Acceptance tests, run `make testacc`. | ||
|
||
*Note:* Acceptance tests create real resources, and often cost money to run. | ||
_Note:_ Acceptance tests create real resources, and often cost money to run. | ||
|
||
```sh | ||
$ make testacc | ||
make testacc | ||
``` | ||
|
||
Releasing the Provider | ||
---------------------- | ||
## Releasing the Provider | ||
|
||
This repository contains a GitHub Action configured to automatically build and | ||
publish assets for release when a tag is pushed that matches the pattern `v*` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.