Skip to content

Commit 204363b

Browse files
authored
WebCenter Sites Terraform Script (#104)
WebCenter Sites Terraform Script
1 parent 336024a commit 204363b

File tree

84 files changed

+5340
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+5340
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.terraform
2+
terraform.tfstate
3+
terraform.tfstate.backup
4+
TF_VARS.sh
5+
*.tfvars
6+
*.pem
7+
*.p12
8+
cluster_admin_oci_config.txt
9+
.terraform.tfstate.lock.info
10+
fromtf.auto.yaml
11+
.terraform.lock.hcl
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright (c) 2022, Oracle and/or its affiliates.
2+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
3+
4+
Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this
5+
software, associated documentation and/or data (collectively the "Software"), free of charge and under any and
6+
all copyright rights in the Software, and any and all patent rights owned or freely licensable by each licensor
7+
hereunder covering either (i) the unmodified Software as contributed to or provided by such licensor, or
8+
(ii) the Larger Works (as defined below), to deal in both
9+
10+
(a) the Software, and
11+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software
12+
(each a “Larger Work” to which the Software is contributed by such licensors),
13+
14+
without restriction, including without limitation the rights to copy, create derivative works of, display,
15+
perform, and distribute the Software and make, use, sell, offer for sale, import, export, have made, and have
16+
sold the Software and the Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
17+
18+
This license is subject to the following condition:
19+
The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must
20+
be included in all copies or substantial portions of the Software.
21+
22+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
23+
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
25+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
26+
IN THE SOFTWARE.

0 commit comments

Comments
 (0)