page_title | subcategory | description |
---|---|---|
sigsci_site_header_link Resource - terraform-provider-sigsci |
resource "sigsci_site_header_link" "test" {
site_short_name = sigsci_site.my-site.short_name
name = "test_header_link"
type = "request"
link_name = "signal sciences"
link = "https://www.signalsciences.net"
}
Warning: You must terraform apply with the option parallelism=1 when using this resource or risk data inconsistencies! See the FAQ. |
---|
link
(String) External linkname
(String) Descriptive list namesite_short_name
(String) Site short nametype
(String) The type of header, either 'request' or 'response'
link_name
(String) Name of header link for display purposes
id
(String) The ID of this resource.
Import is supported using the following syntax:
terraform import sigsci_site_header_link.test site_short_name:id