From 965d6ce92e6f9ffd08aca6f7ca5f53fa2bb0cf02 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Fri, 7 Apr 2017 11:57:52 +0100 Subject: [PATCH] Updating the spacing --- ...pc_compute_network_interface.html.markdown | 6 +- .../opc/r/opc_compute_acl.html.markdown | 6 +- ...opc_compute_image_list_entry.html.markdown | 6 +- .../opc/r/opc_compute_instance.html.markdown | 58 +++++++++---------- ...mpute_ip_address_association.html.markdown | 8 +-- ...ompute_ip_address_prefix_set.html.markdown | 6 +- ...mpute_ip_address_reservation.html.markdown | 4 +- .../opc_compute_ip_association.html.markdown | 4 +- .../r/opc_compute_ip_network.html.markdown | 12 ++-- ..._compute_ip_network_exchange.html.markdown | 2 +- .../opc_compute_ip_reservation.html.markdown | 6 +- .../opc/r/opc_compute_route.html.markdown | 12 ++-- .../opc/r/opc_compute_sec_rule.html.markdown | 10 ++-- ...compute_security_application.html.markdown | 14 ++--- ...opc_compute_security_ip_list.html.markdown | 4 +- ...pc_compute_security_protocol.html.markdown | 8 +-- .../r/opc_compute_security_rule.html.markdown | 8 +-- .../opc/r/opc_compute_ssh_key.html.markdown | 6 +- .../opc_compute_storage_volume.html.markdown | 2 +- ...pute_storage_volume_snapshot.html.markdown | 2 +- .../opc/r/opc_compute_vnic_set.html.markdown | 10 ++-- 21 files changed, 97 insertions(+), 97 deletions(-) diff --git a/website/source/docs/providers/opc/d/opc_compute_network_interface.html.markdown b/website/source/docs/providers/opc/d/opc_compute_network_interface.html.markdown index b479baeba..ab924e5d4 100644 --- a/website/source/docs/providers/opc/d/opc_compute_network_interface.html.markdown +++ b/website/source/docs/providers/opc/d/opc_compute_network_interface.html.markdown @@ -14,9 +14,9 @@ Use this data source to access the configuration of an instance's network interf ``` data "opc_compute_network_interface" "foo" { - instance_id = "${opc_compute_instance.my_instance.id}" + instance_id = "${opc_compute_instance.my_instance.id}" instance_name = "${opc_compute_instance.my_instance.name}" - interface = "eth0" + interface = "eth0" } output "mac_address" { @@ -40,7 +40,7 @@ output "vnic" { * `ip_network` - The IP Network assigned to the interface. * `mac_address` - The MAC address of the interface. * `model` - The model of the NIC card used. -* `name_servers` - Array of name servers for the interface. +* `name_servers` - Array of name servers for the interface. * `nat` - The IP Reservation (in IP Networks) associated with the interface. * `search_domains` - The search domains that are sent through DHCP as option 119. * `sec_lists` - The security lists the interface is added to. diff --git a/website/source/docs/providers/opc/r/opc_compute_acl.html.markdown b/website/source/docs/providers/opc/r/opc_compute_acl.html.markdown index 6f26c777b..b69aab166 100644 --- a/website/source/docs/providers/opc/r/opc_compute_acl.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_acl.html.markdown @@ -14,9 +14,9 @@ The ``opc_compute_acl`` resource creates and manages an ACL in an OPC identity d ``` resource "opc_compute_acl" "default" { - name = "ACL1" - description = "This is a description for an acl" - tags = ["tag1", "tag2"] + name = "ACL1" + description = "This is a description for an acl" + tags = ["tag1", "tag2"] } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_image_list_entry.html.markdown b/website/source/docs/providers/opc/r/opc_compute_image_list_entry.html.markdown index 79ab48bc6..6ee27c506 100644 --- a/website/source/docs/providers/opc/r/opc_compute_image_list_entry.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_image_list_entry.html.markdown @@ -14,10 +14,10 @@ The ``opc_compute_image_list_entry`` resource creates and manages an Image List ``` resource "opc_compute_image_list_entry" "test" { - name = "imagelist1" + name = "imagelist1" machine_images = ["image1", "image2"] - version = 1 - attributes = </@// ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_ip_address_association.html.markdown b/website/source/docs/providers/opc/r/opc_compute_ip_address_association.html.markdown index a592c27db..6b63ce55a 100644 --- a/website/source/docs/providers/opc/r/opc_compute_ip_address_association.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_ip_address_association.html.markdown @@ -14,10 +14,10 @@ The ``opc_compute_ip_address_association`` resource creates and manages an IP ad ``` resource "opc_compute_ip_address_association" "default" { - name = "PrefixSet1" - ip_address_reservation = "${opc_compute_ip_address_reservation.default.name}" - vnic = "${data.opc_compute_vnic.default.name}" - tags = ["tags1", "tags2"] + name = "PrefixSet1" + ip_address_reservation = "${opc_compute_ip_address_reservation.default.name}" + vnic = "${data.opc_compute_vnic.default.name}" + tags = ["tags1", "tags2"] } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_ip_address_prefix_set.html.markdown b/website/source/docs/providers/opc/r/opc_compute_ip_address_prefix_set.html.markdown index 3220644d5..b4ff5c949 100644 --- a/website/source/docs/providers/opc/r/opc_compute_ip_address_prefix_set.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_ip_address_prefix_set.html.markdown @@ -14,9 +14,9 @@ The ``opc_compute_ip_address_prefix_set`` resource creates and manages an IP add ``` resource "opc_compute_ip_address_prefix_set" "default" { - name = "PrefixSet1" - prefixes = ["192.168.0.0/16", "172.120.0.0/24"] - tags = ["tags1", "tags2"] + name = "PrefixSet1" + prefixes = ["192.168.0.0/16", "172.120.0.0/24"] + tags = ["tags1", "tags2"] } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_ip_address_reservation.html.markdown b/website/source/docs/providers/opc/r/opc_compute_ip_address_reservation.html.markdown index 2f95c3523..6a92b8cae 100644 --- a/website/source/docs/providers/opc/r/opc_compute_ip_address_reservation.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_ip_address_reservation.html.markdown @@ -14,8 +14,8 @@ The ``opc_compute_ip_address_reservation`` resource creates and manages an IP ad ``` resource "opc_compute_ip_address_reservation" "default" { - name = "IPAddressReservation1" - ip_address_pool = "public-ippool" + name = "IPAddressReservation1" + ip_address_pool = "public-ippool" } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_ip_association.html.markdown b/website/source/docs/providers/opc/r/opc_compute_ip_association.html.markdown index 0890dbfdb..8a7c073a2 100644 --- a/website/source/docs/providers/opc/r/opc_compute_ip_association.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_ip_association.html.markdown @@ -15,8 +15,8 @@ an OPC identity domain, for the Shared Network. ``` resource "opc_compute_ip_association" "instance1_reservation1" { - vcable = "${opc_compute_instance.test_instance.vcable}" - parentpool = "ipreservation:${opc_compute_ip_reservation.reservation1.name}" + vcable = "${opc_compute_instance.test_instance.vcable}" + parentpool = "ipreservation:${opc_compute_ip_reservation.reservation1.name}" } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_ip_network.html.markdown b/website/source/docs/providers/opc/r/opc_compute_ip_network.html.markdown index 6ce1977ba..6a8885337 100644 --- a/website/source/docs/providers/opc/r/opc_compute_ip_network.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_ip_network.html.markdown @@ -14,12 +14,12 @@ The ``opc_compute_ip_network`` resource creates and manages an IP Network. ``` resource "opc_compute_ip_network" "foo" { - name = "my-ip-network" - description = "my IP Network" - ip_address_prefix = "10.0.1.0/24" - ip_network_exchange = "${opc_compute_ip_exchange.foo.name}" - public_napt_enabled = false - tags = ["tag1", "tag2"] + name = "my-ip-network" + description = "my IP Network" + ip_address_prefix = "10.0.1.0/24" + ip_network_exchange = "${opc_compute_ip_exchange.foo.name}" + public_napt_enabled = false + tags = ["tag1", "tag2"] } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_ip_network_exchange.html.markdown b/website/source/docs/providers/opc/r/opc_compute_ip_network_exchange.html.markdown index 604d95c37..0f07781f6 100644 --- a/website/source/docs/providers/opc/r/opc_compute_ip_network_exchange.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_ip_network_exchange.html.markdown @@ -14,7 +14,7 @@ The ``opc_compute_ip_network_exchange`` resource creates and manages an IP netwo ``` resource "opc_compute_ip_network_exchange" "default" { - name = "NetworkExchange1" + name = "NetworkExchange1" } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_ip_reservation.html.markdown b/website/source/docs/providers/opc/r/opc_compute_ip_reservation.html.markdown index faf2184aa..67632c92d 100644 --- a/website/source/docs/providers/opc/r/opc_compute_ip_reservation.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_ip_reservation.html.markdown @@ -14,9 +14,9 @@ The ``opc_compute_ip_reservation`` resource creates and manages an IP reservatio ``` resource "opc_compute_ip_reservation" "reservation1" { - parent_pool = "/oracle/public/ippool" - permanent = true - tags = [] + parent_pool = "/oracle/public/ippool" + permanent = true + tags = [ "test" ] } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_route.html.markdown b/website/source/docs/providers/opc/r/opc_compute_route.html.markdown index 6fb86c860..f7bfe7e63 100644 --- a/website/source/docs/providers/opc/r/opc_compute_route.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_route.html.markdown @@ -14,12 +14,12 @@ The ``opc_compute_route`` resource creates and manages a route for an IP Network ``` resource "opc_compute_route" "foo" { - name = "my-route" - description = "my IP Network route" - admin_distance = 1 - ip_address_prefix = "10.0.1.0/24" - next_hop_vnic_set = "${opc_compute_vnic_set.bar.name}" - tags = ["tag1", "tag2"] + name = "my-route" + description = "my IP Network route" + admin_distance = 1 + ip_address_prefix = "10.0.1.0/24" + next_hop_vnic_set = "${opc_compute_vnic_set.bar.name}" + tags = ["tag1", "tag2"] } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_sec_rule.html.markdown b/website/source/docs/providers/opc/r/opc_compute_sec_rule.html.markdown index df222ee49..2593ad007 100644 --- a/website/source/docs/providers/opc/r/opc_compute_sec_rule.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_sec_rule.html.markdown @@ -14,11 +14,11 @@ The ``opc_compute_sec_rule`` resource creates and manages a sec rule in an OPC i ``` resource "opc_compute_sec_rule" "test_rule" { - name = "test" - source_list = "seclist:${opc_compute_security_list.sec-list1.name}" - destination_list = "seciplist:${opc_compute_security_ip_list.sec-ip-list1.name}" - action = "permit" - application = "${opc_compute_security_application.spring-boot.name}" + name = "test" + source_list = "seclist:${opc_compute_security_list.sec-list1.name}" + destination_list = "seciplist:${opc_compute_security_ip_list.sec-ip-list1.name}" + action = "permit" + application = "${opc_compute_security_application.spring-boot.name}" } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_security_application.html.markdown b/website/source/docs/providers/opc/r/opc_compute_security_application.html.markdown index 29e3af03d..0949f9467 100644 --- a/website/source/docs/providers/opc/r/opc_compute_security_application.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_security_application.html.markdown @@ -14,9 +14,9 @@ The ``opc_compute_security_application`` resource creates and manages a security ``` resource "opc_compute_security_application" "tomcat" { - name = "tomcat" - protocol = "tcp" - dport = "8080" + name = "tomcat" + protocol = "tcp" + dport = "8080" } ``` @@ -24,10 +24,10 @@ resource "opc_compute_security_application" "tomcat" { ``` resource "opc_compute_security_application" "tomcat" { - name = "tomcat" - protocol = "icmp" - icmptype = "echo" - icmpcode = "protocol" + name = "tomcat" + protocol = "icmp" + icmptype = "echo" + icmpcode = "protocol" } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_security_ip_list.html.markdown b/website/source/docs/providers/opc/r/opc_compute_security_ip_list.html.markdown index 8873d4d49..286ba5f9e 100644 --- a/website/source/docs/providers/opc/r/opc_compute_security_ip_list.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_security_ip_list.html.markdown @@ -14,8 +14,8 @@ The ``opc_compute_security_ip_list`` resource creates and manages a security IP ``` resource "opc_compute_security_ip_list" "sec_ip_list1" { - name = "sec-ip-list1" - ip_entries = ["217.138.34.4"] + name = "sec-ip-list1" + ip_entries = ["217.138.34.4"] } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_security_protocol.html.markdown b/website/source/docs/providers/opc/r/opc_compute_security_protocol.html.markdown index 612ab88b9..46449a899 100644 --- a/website/source/docs/providers/opc/r/opc_compute_security_protocol.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_security_protocol.html.markdown @@ -14,10 +14,10 @@ The ``opc_compute_security_protocol`` resource creates and manages a security pr ``` resource "opc_compute_security_protocol" "default" { - name = "security-protocol-1" - dst_ports = ["2045-2050"] - src_ports = ["3045-3060"] - ip_protocol = "tcp" + name = "security-protocol-1" + dst_ports = ["2045-2050"] + src_ports = ["3045-3060"] + ip_protocol = "tcp" } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_security_rule.html.markdown b/website/source/docs/providers/opc/r/opc_compute_security_rule.html.markdown index c501517ad..d2462980a 100644 --- a/website/source/docs/providers/opc/r/opc_compute_security_rule.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_security_rule.html.markdown @@ -14,10 +14,10 @@ The ``opc_compute_security_rule`` resource creates and manages a security rule i ``` resource "opc_compute_security_rule" "default" { - name = "SecurityRule1" - flow_direction = "ingress" - acl = "${opc_compute_acl.default.name}" - security_protocols = ["${opc_compute_security_protocol.default.name}"] + name = "SecurityRule1" + flow_direction = "ingress" + acl = "${opc_compute_acl.default.name}" + security_protocols = ["${opc_compute_security_protocol.default.name}"] } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_ssh_key.html.markdown b/website/source/docs/providers/opc/r/opc_compute_ssh_key.html.markdown index fd1dcbd9d..2969ebea2 100644 --- a/website/source/docs/providers/opc/r/opc_compute_ssh_key.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_ssh_key.html.markdown @@ -14,9 +14,9 @@ The ``opc_compute_ssh_key`` resource creates and manages an SSH key in an OPC id ``` resource "opc_compute_ssh_key" "%s" { - name = "test-key" - key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqw6JwbjIk..." - enabled = true + name = "test-key" + key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqw6JwbjIk..." + enabled = true } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_storage_volume.html.markdown b/website/source/docs/providers/opc/r/opc_compute_storage_volume.html.markdown index c4a682f41..518a01033 100644 --- a/website/source/docs/providers/opc/r/opc_compute_storage_volume.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_storage_volume.html.markdown @@ -36,7 +36,7 @@ resource "opc_compute_storage_volume" "test" { size = 30 tags = ["first", "second"] bootable { - image_list = "${opc_compute_image_list.test.name}" + image_list = "${opc_compute_image_list.test.name}" } } ``` diff --git a/website/source/docs/providers/opc/r/opc_compute_storage_volume_snapshot.html.markdown b/website/source/docs/providers/opc/r/opc_compute_storage_volume_snapshot.html.markdown index 13ba265a5..7a167080c 100644 --- a/website/source/docs/providers/opc/r/opc_compute_storage_volume_snapshot.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_storage_volume_snapshot.html.markdown @@ -48,7 +48,7 @@ In addition to the attributes above, the following attributes are exported: * `status` - Status of the snapshot. * `status_detail` - Details about the latest state of the storage volume snapshot. * `status_timestamp` - Indicates the time that the current view of the storage volume snapshot was generated. -* `uri` - Uniform Resource Identifier +* `uri` - Uniform Resource Identifier ## Import diff --git a/website/source/docs/providers/opc/r/opc_compute_vnic_set.html.markdown b/website/source/docs/providers/opc/r/opc_compute_vnic_set.html.markdown index a0531b948..c5cf9c455 100644 --- a/website/source/docs/providers/opc/r/opc_compute_vnic_set.html.markdown +++ b/website/source/docs/providers/opc/r/opc_compute_vnic_set.html.markdown @@ -14,11 +14,11 @@ The ``opc_compute_vnic_set`` resource creates and manages a virtual NIC set in a ``` resource "opc_compute_vnic_set" "test_set" { - name = "test_vnic_set" - description = "My vnic set" - applied_acls = ["acl1", "acl2"] - virtual_nics = ["nic1", "nic2", "nic3"] - tags = ["xyzzy", "quux"] + name = "test_vnic_set" + description = "My vnic set" + applied_acls = ["acl1", "acl2"] + virtual_nics = ["nic1", "nic2", "nic3"] + tags = ["xyzzy", "quux"] } ```