You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good example of the HCL decode and struct model that could fulfill the TODO and allow native parsing instead of string replacements. HCL file schema and struct loading example
Under circumstances still under investigation,
init
fails with the following error:When the following block is added to
backend.tf
in the step:The error message at runtime changes to:
It is suspected this is due to RunIAC injecting
role_arn
as a-backend-config=key=value
command line param at runtime.Perhaps it is not aware of an
assume_role
element in the backend config map and does not think arole_arn
is defined?The text was updated successfully, but these errors were encountered: