forked from denouche/terraform-provider-awx
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from aeber/settings_docs
Fix syntax for importing awx_setting resources
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Order can be imported by specifying the numeric identifier. | ||
terraform import awx_setting.social_auth_saml_technical_contact 760 | ||
terraform import awx_setting.social_auth_saml_sp_entity_id 761 | ||
terraform import awx_setting.schedule_max_jobs 762 | ||
terraform import awx_setting.remote_host_headers 763 | ||
# Settings can be imported by specifying the setting identifier. | ||
terraform import awx_setting.social_auth_saml_technical_contact SOCIAL_AUTH_SAML_TECHNICAL_CONTACT | ||
terraform import awx_setting.social_auth_saml_sp_entity_id SOCIAL_AUTH_SAML_SP_ENTITY_ID | ||
terraform import awx_setting.schedule_max_jobs SCHEDULE_MAX_JOBS | ||
terraform import awx_setting.remote_host_headers REMOTE_HOST_HEADERS |