-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data block not working for Credential Profile #298
Comments
Sometimes it getting oauth scope not support for api..after we still added all type of scopes with .All Why it like this If credential profile will work or not??? Why it showing like this |
Sometimes it getting oauth scope not support for api..after we still added all type of scopes with .All Why it like this If credential profile will work or not??? Why it showing like this Will credential profile data block works with null???? |
func DataSourceSite24x7CredentialProfile() *schema.Resource { // monitorDataSourceRead fetches all server monitors from Site24x7
} func updateResourceData(d *schema.ResourceData, credentialProfile *api.CredentialProfile) { I guess it issue with getting credential profiles list still |
data "site24x7_credential_profile" "s247credentialprofile" {
// (Required) Regular expression denoting the name of the Credential Profile.
name_regex = "url"
} I have tried and given name_regex as "null" as because all website monitors need credential profile getting error as below
Error as name_regex required field not set I have given but still it showing like this..
Then what we should give if we didn't need credential profile...
Please Help us quickly as we see many issues with site24x7 Terraform provider
The text was updated successfully, but these errors were encountered: