Skip to content

Instantly share code, notes, and snippets.

@dcaponi
Created April 28, 2020 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcaponi/97bc901dc25dfe7ef6a842de59ea79d8 to your computer and use it in GitHub Desktop.
Save dcaponi/97bc901dc25dfe7ef6a842de59ea79d8 to your computer and use it in GitHub Desktop.
resource to be created
# onelogin_apps.basic will be created
+ resource "onelogin_apps" "basic" {
+ allow_assumed_signin = false
2020/04/28 12:16:47 [DEBUG] command: asking for input: "Do you want to perform these actions?"
+ auth_method = (known after apply)
+ connector_id = 20938
+ created_at = (known after apply)
+ icon_url = (known after apply)
+ id = (known after apply)
+ name = "Form-Based fff"
+ policy_id = (known after apply)
+ tab_id = (known after apply)
+ updated_at = (known after apply)
+ visible = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment