File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
module "oke-quickstart" {
2
- source = " github.com/oracle-quickstart/terraform-oci-oke-quickstart?ref=0.8.2 "
2
+ source = " github.com/oracle-quickstart/terraform-oci-oke-quickstart?ref=0.8.3 "
3
3
4
4
# Oracle Cloud Infrastructure Tenancy and Compartment OCID
5
5
tenancy_ocid = var. tenancy_ocid
Original file line number Diff line number Diff line change 4
4
5
5
# Deployment outputs
6
6
output "deploy_id" {
7
- value = local . deploy_id
7
+ value = module . oke-quickstart . deploy_id
8
8
}
9
9
10
10
# OKE Outputs
@@ -33,6 +33,6 @@ output "dev" {
33
33
# Use of this resource for production deployments is not recommended.
34
34
# Instead, generate a private key file outside of Terraform and distribute it securely to the system where Terraform will be run.
35
35
output "generated_private_key_pem" {
36
- value = var . generate_public_ssh_key ? tls_private_key . oke_worker_node_ssh_key . private_key_pem : " No Keys Auto Generated "
36
+ value = module . oke-quickstart . generated_private_key_pem
37
37
sensitive = true
38
38
}
You can’t perform that action at this time.
0 commit comments