diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index bdd53a6..7db835d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,11 +7,10 @@ All notable changes to this project are documented in this file. The format is based on {uri-changelog}[Keep a Changelog]. -== v1.0.0 (April 23,2020) +== v1.0.0 (May 21,2020) === Changes * First release after split from terraform-oci-base * changed most variables to simple types * internet gateway now optional * updated docs - diff --git a/CONTRIBUTORS.adoc b/CONTRIBUTORS.adoc index 001bcec..da33c1b 100644 --- a/CONTRIBUTORS.adoc +++ b/CONTRIBUTORS.adoc @@ -7,29 +7,4 @@ OWNERS # have admin access and can merge code to master: CONTRIBUTORS -- @scross01 -- @craigcarl-oracle -- @j0nr33v3 -- @mikeraab -- @jeevanjoseph -- @rajesh-chawla -- @cameronsenese -- @AmedeeBulle -- @karthicgit -- @cawilliamson -- @orajhan -- @kristenjacobs -- @CaptTofu -- @mikarinneoracle -- @kapmani -- @briangustafson -- @sahitgollapudi -- @priteshkp - -Others: - -- Arjav Desai -- Jeet Jagasia -- Karsten Terp-Nielsen -- Erno Venalainen -- Tim Sheppard +- @karthicgit \ No newline at end of file diff --git a/LICENSE b/LICENSE index 047e750..4d3b676 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Oracle and/or its affiliates. +Copyright (c) 2020 Oracle and/or its affiliates. The Universal Permissive License (UPL), Version 1.0 diff --git a/examples/main.tf b/examples/main.tf index 10a6def..0d5f1bd 100644 --- a/examples/main.tf +++ b/examples/main.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ module "vcn" { diff --git a/examples/terraform.tfvars.example b/examples/terraform.tfvars.example index 1d81fe3..4c58e97 100644 --- a/examples/terraform.tfvars.example +++ b/examples/terraform.tfvars.example @@ -1,3 +1,6 @@ +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. +# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl + # provider identity parameters api_fingerprint = "" diff --git a/examples/variables.tf b/examples/variables.tf index 50d7c36..55ef0d4 100644 --- a/examples/variables.tf +++ b/examples/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl # provider identity parameters diff --git a/locals.tf b/locals.tf index c96105d..d7966ea 100644 --- a/locals.tf +++ b/locals.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ locals { diff --git a/main.tf b/main.tf index facd3c2..825adee 100644 --- a/main.tf +++ b/main.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl terraform { diff --git a/nat.tf b/nat.tf index a81fa83..03be3e0 100644 --- a/nat.tf +++ b/nat.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ resource "oci_core_nat_gateway" "nat_gateway" { diff --git a/outputs.tf b/outputs.tf index 0c89149..2b40aa9 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ output "vcn_id" { diff --git a/servicegateway.tf b/servicegateway.tf index 0f62138..0cce6fa 100644 --- a/servicegateway.tf +++ b/servicegateway.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ data "oci_core_services" "all_oci_services" { diff --git a/terraform.tfvars.example b/terraform.tfvars.example index 1d81fe3..4c58e97 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -1,3 +1,6 @@ +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. +# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl + # provider identity parameters api_fingerprint = "" diff --git a/variables.tf b/variables.tf index 0111a32..fd67866 100644 --- a/variables.tf +++ b/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl # provider identity parameters @@ -85,4 +85,3 @@ variable "vcn_name" { description = "user-friendly name of to use for the vcn to be appended to the label_prefix" type = string } - diff --git a/vcn.tf b/vcn.tf index db0ad26..7af5c12 100644 --- a/vcn.tf +++ b/vcn.tf @@ -1,4 +1,4 @@ -# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved. +# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ resource "oci_core_vcn" "vcn" {