This module creates the following resources:
This resource will be created with the following arguments:
url
will be set to the GitHub Actions OIDC URL, which ishttps://token.actions.githubusercontent.com
.client_id_list
will be set to a list containingsts.amazonaws.com
, which is the default host for AWS' Security Token Service.tags
will be set to the value ofvar.tags
.thumbprint_list
will be set to a single-entry list containing the SHA-1 TLS certificate fingerprint fortoken.actions.githubusercontent.com
, which is detected dynamically.
These arguments can be reconfigured using module variables.