Skip to content

Instantly share code, notes, and snippets.

@chimericdream
Created November 29, 2022 22:24
Show Gist options
  • Save chimericdream/f00180e066c99285994ee9f660d4d387 to your computer and use it in GitHub Desktop.
Save chimericdream/f00180e066c99285994ee9f660d4d387 to your computer and use it in GitHub Desktop.
Run terraform -chdir=./terraform_plan validate -no-color
terraform -chdir=./terraform_plan validate -no-color
shell: /usr/bin/bash -e {0}
env:
TF_WORKSPACE: dev
FA_API_KEY: ***
FA_HOST: ***
TERRAFORM_CLI_PATH: /home/runner/work/_temp/21c2c006-0309-4906-804c-a91b8f95554f
/home/runner/work/_temp/21c2c006-0309-4906-804c-a91b8f95554f/terraform-bin -chdir=./terraform_plan validate -no-color
Error: Unsupported argument
on fusionauth_theme.tf line 25, in resource "fusionauth_theme" "mythical-account-sandbox":
25: account_add_webauthn_passkey = local.templates.sandbox.account_add_webauthn_passkey
An argument named "account_add_webauthn_passkey" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 26, in resource "fusionauth_theme" "mythical-account-sandbox":
26: account_delete_webauthn_passkey = local.templates.sandbox.account_delete_webauthn_passkey
An argument named "account_delete_webauthn_passkey" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 27, in resource "fusionauth_theme" "mythical-account-sandbox":
27: account_webauthn_index = local.templates.sandbox.account_webauthn_index
An argument named "account_webauthn_index" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 49, in resource "fusionauth_theme" "mythical-account-sandbox":
49: oauth2_webauthn = local.templates.sandbox.oauth2_webauthn
An argument named "oauth2_webauthn" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 50, in resource "fusionauth_theme" "mythical-account-sandbox":
50: oauth2_webauthn_reauth = local.templates.sandbox.oauth2_webauthn_reauth
An argument named "oauth2_webauthn_reauth" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 51, in resource "fusionauth_theme" "mythical-account-sandbox":
51: oauth2_webauthn_enable = local.templates.sandbox.oauth2_webauthn_enable
An argument named "account_add_webauthn_passkey" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 130, in resource "fusionauth_theme" "mythical-account-prod":
130: account_delete_webauthn_passkey = local.templates.prod.account_delete_webauthn_passkey
An argument named "account_delete_webauthn_passkey" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 131, in resource "fusionauth_theme" "mythical-account-prod":
131: account_webauthn_index = local.templates.prod.account_webauthn_index
An argument named "account_webauthn_index" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 153, in resource "fusionauth_theme" "mythical-account-prod":
153: oauth2_webauthn = local.templates.prod.oauth2_webauthn
An argument named "oauth2_webauthn" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 154, in resource "fusionauth_theme" "mythical-account-prod":
154: oauth2_webauthn_reauth = local.templates.prod.oauth2_webauthn_reauth
An argument named "oauth2_webauthn_reauth" is not expected here.
Error: Unsupported argument
on fusionauth_theme.tf line 155, in resource "fusionauth_theme" "mythical-account-prod":
155: oauth2_webauthn_enable = local.templates.prod.oauth2_webauthn_enable
An argument named "oauth2_webauthn_enable" is not expected here.
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Error: Terraform exited with code 1.
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment