-
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.
- Loading branch information
1 parent
13aa761
commit 2bb2827
Showing
9 changed files
with
52 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,72 @@ | ||
Terraform Selectel Provider | ||
========================= | ||
# Terraform Selectel Provider | ||
|
||
- Website: https://www.terraform.io | ||
- 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: | ||
|
||
* Sergei Kolyshkin ([@kolsean](https://github.com/kolsean)) | ||
* Nikita Kunets ([@dkder3k](https://github.com/dkder3k)) | ||
* Ilya Kulakov ([@TawR1024](https://github.com/TawR1024)) | ||
* Tatyana Voloshina ([@T-Sh](https://github.com/T-Sh)) | ||
- Sergei Kolyshkin ([@kolsean](https://github.com/kolsean)) | ||
- Nikita Kunets ([@dkder3k](https://github.com/dkder3k)) | ||
- 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