module "mock_module" {
# Replace "X.X.X" with a release version to lock into a specific release
source = "git::https://github.com/terraform-ibm-modules/mock-module.git?ref=X.X.X"
name = "mock"
resource_group_id = "XXXXXXXXXXXXXXXX"
tags = var.resource_tags
}No permissions are needed to run this module.
| Name | Version |
|---|---|
| terraform | >= 1.9.0 |
| tls | >= 4.0.4, < 5.0.0 |
No modules.
| Name | Type |
|---|---|
| terraform_data.hello_world | resource |
| tls_private_key.tls_key | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| name | Name of the SSH Key. | string |
n/a | yes |
| resource_group_id | ID of resource group. If not specified, Default resource group used. | string |
null |
no |
| tags | List of Tags for the SSH Key. | list(string) |
[] |
no |
| Name | Description |
|---|---|
| fingerprint | SSH key Fingerprint info |
| ssh_key_id | The ID of the ssh key |
You can report issues and request features for this module in GitHub issues in the module repo. See Report an issue or request a feature.