https://github.com/terraform-yacloud-modules/terraform-yandex-iam
Terraform module to manage IAM resources within the Yandex.Cloud.
https://github.com/terraform-yacloud-modules/terraform-yandex-iam
hacktoberfest iac terraform terraform-modules yandex yandex-cloud
Last synced: 6 months ago
JSON representation
Terraform module to manage IAM resources within the Yandex.Cloud.
- Host: GitHub
- URL: https://github.com/terraform-yacloud-modules/terraform-yandex-iam
- Owner: terraform-yacloud-modules
- License: apache-2.0
- Created: 2023-02-16T12:59:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:49:48.000Z (12 months ago)
- Last Synced: 2024-10-29T04:31:05.956Z (12 months ago)
- Topics: hacktoberfest, iac, terraform, terraform-modules, yandex, yandex-cloud
- Language: HCL
- Homepage:
- Size: 97.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Yandex Cloud IAM Terraform module
Terraform module which creates Yandex Cloud IAM resources.
## Examples
Examples codified under
the [`examples`](https://github.com/terraform-yacloud-modules/terraform-yandex-iam/tree/main/examples) are intended
to give users references for how to use the module(s) as well as testing/validating changes to the source code of the
module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow
maintainers to test your changes and to keep the examples up to date for users. Thank you!## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |## Providers
| Name | Version |
|------|---------|
| [yandex](#provider\_yandex) | n/a |## License
Apache-2.0 Licensed.
See [LICENSE](https://github.com/terraform-yacloud-modules/terraform-yandex-iam/blob/main/LICENSE).