Rohit Myali
Rohit Myali
The Attribute `securebrowse` will accept the values : `ENABLED`, `DISABLED` We will try to enhance our documentation. For the information about the value that the attribute supports you can refer...
Hello @stevenwright1 Thanks for the input. We have added a resource `hanode`, which is also released in the terraform registry v1.23.1. Using this resource you can do the above operations....
Hello @andrewhadam I'm not observing any error with same configuration. Can u provide us more info regarding the error. Please provide the log file of the error.
Hello @andrewhadam , Thanks for reaching out to us !! I don't observe any such error with the same configuration..! Can you drop us an email at [[email protected]](mailto:[email protected]), we will...
Hello @brittandeyoung , We have `cmpglobal_cmppolicy_binding` resource released in Terraform recently, you can now be able to use it to configure ADC. Please find the link to the example [here](https://github.com/citrix/terraform-provider-citrixadc/tree/master/examples/cmp/cmpglobal_cmppolicy_binding)...
As I see in the error message, were you trying to update the Resource? Can you provide more context to this error?
Hello @n0m4x, I guess you should include the `depends_on` argument in the second resource block. Please Click [here](https://www.terraform.io/language/meta-arguments/depends_on) to know more about `depends_on` Argument. ``` depends_on = [ citrixadc_auditsyslogaction.tf_syslogaction ]...
Hello @stevenwright1, Thanks for the input...! We have fixed this and it will be released in our next release Soon..!! Thanks..!
Hello @stevenwright1, We have updated the documentation and fixed the required attributes. Please find the documentation [here](https://registry.terraform.io/providers/citrix/citrixadc/latest/docs/resources/nsip) Thanks.!
Also find the examples the docs in our registry : https://registry.terraform.io/providers/citrix/citrixadc/latest/docs/resources/dnsaddrec Also feel free to open tickets if any.! Thanks