← modules/iam-application/scaleway · Registry
modules/iam-application/scaleway 0.1.0
Source: cf-tfr.davidguerrero.fr/modules/iam-application/scaleway
module "iam-application" {
source = "cf-tfr.davidguerrero.fr/modules/iam-application/scaleway"
version = "0.1.0"
}
Download: module.tar.gz
Requirements
| Name |
Version |
| terraform |
>= 1.0 |
| scaleway |
>= 2.70 |
Providers
| Name |
Version |
| scaleway |
>= 2.70 |
Modules
No modules.
Resources
Inputs
| Name |
Description |
Type |
Default |
Required |
| description |
The IAM application description. |
string |
n/a |
yes |
| name |
The IAM application name. |
string |
n/a |
yes |
| permission_sets |
List of permission sets to grant to the application. |
list(string) |
[] |
no |
| project_id |
The Scaleway project ID. |
string |
n/a |
yes |
Outputs
| Name |
Description |
| access_key |
Application access key ID. |
| id |
Application ID |
| secret_key |
Application secret key. |