File tree Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ Licensed under the [Universal Permissive License 1.0][license] as shown at
57
57
[ prerequisites ] : https://github.com/oracle-terraform-modules/terraform-oci-logging/blob/main/docs/prerequisites.adoc
58
58
59
59
[ quickstart ] : https://github.com/oracle-terraform-modules/terraform-oci-logging/blob/main/docs/quickstart.adoc
60
- [ repo ] : https://github.com/oracle/terraform-oci-logging
61
- [ reuse ] : https://github.com/oracle/terraform-oci-logging/examples
60
+ [ repo ] : https://github.com/oracle-terraform-modules /terraform-oci-logging
61
+ [ reuse ] : https://github.com/oracle-terraform-modules /terraform-oci-logging/examples
62
62
[ terraform ] : https://www.terraform.io
63
63
[ terraform_oci ] : https://www.terraform.io/docs/providers/oci/index.html
64
64
[ terraform_options ] : https://github.com/oracle-terraform-modules/terraform-oci-logging/blob/main/docs/terraformoptions.adoc
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ cp terraform.tfvars.example terraform.tfvars
53
53
[source,hcl]
54
54
----
55
55
provider "oci" {
56
- tenancy_id = var.tenancy_id
56
+ tenancy_id = var.tenancy_id
57
57
user_ocid = var.user_id
58
58
fingerprint = var.api_fingerprint
59
59
private_key_path = var.api_private_key_path
Original file line number Diff line number Diff line change 62
62
[source]
63
63
----
64
64
loggroup_tags = {
65
- department = "finance"
66
- environment = "dev"
65
+ "Environment" = "Dev"
67
66
}
68
67
----
69
68
|loggroup_tags = {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ resource "oci_logging_log_group" "funcloggroup" {
52
52
for_each = toset (local. funcloggroup )
53
53
54
54
compartment_id = var. compartment_id
55
- description = " FunctionsLoggroup "
55
+ description = " Functions Loggroup "
56
56
display_name = each. value
57
57
freeform_tags = var. loggroup_tags
58
58
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ data "oci_functions_applications" "func_apps" {
5
5
6
6
# Optional
7
7
display_name = each. value . resource
8
- # id = oci_functions_application.test_application.id
9
- # state = "AVAILABLE"
8
+
10
9
}
11
10
12
11
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ data "oci_load_balancer_load_balancers" "load_balancers" {
3
3
for_each = var. logdefinition
4
4
compartment_id = var. compartment_id
5
5
6
- # Optional
7
- # detail = var.load_balancer_detail
8
6
display_name = each. value . resource
9
7
state = " ACTIVE"
10
8
}
You can’t perform that action at this time.
0 commit comments