foreman_architecture

Foreman representation of an instruction set architecture (ISA).

Example Usage

# Autogenerated example with required keys
resource "foreman_architecture" "example" {
  name = "i386"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the architecture. Valid characters: ^[A-Za-z0-9-_.]+$.
  • operatingsystem_ids - (Optional) IDs of the operating systems associated with this architecture

Attributes Reference

The following attributes are exported:

  • name - The name of the architecture. Valid characters: ^[A-Za-z0-9-_.]+$.
  • operatingsystem_ids - IDs of the operating systems associated with this architecture