Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.19 KB

site_header_link.md

File metadata and controls

51 lines (34 loc) · 1.19 KB
page_title subcategory description
sigsci_site_header_link Resource - terraform-provider-sigsci

sigsci_site_header_link (Resource)

Example Usage

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.

Schema

Required

  • link (String) External link
  • name (String) Descriptive list name
  • site_short_name (String) Site short name
  • type (String) The type of header, either 'request' or 'response'

Optional

  • link_name (String) Name of header link for display purposes

Read-Only

  • id (String) The ID of this resource.

Import

Import is supported using the following syntax:

terraform import sigsci_site_header_link.test site_short_name:id