Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.47 KB

RESOURCES.md

File metadata and controls

26 lines (19 loc) · 1.47 KB

Resources

This module creates the following resources:

aws_iam_openid_connect_provider.default

This resource will be created with the following arguments:

  • url will be set to the GitHub Actions OIDC URL, which is https://token.actions.githubusercontent.com.
  • client_id_list will be set to a list containing sts.amazonaws.com, which is the default host for AWS' Security Token Service.
  • tags will be set to the value of var.tags.
  • thumbprint_list will be set to a single-entry list containing the SHA-1 TLS certificate fingerprint for token.actions.githubusercontent.com, which is detected dynamically.

These arguments can be reconfigured using module variables.