Skip to content

Commit

Permalink
Revert "TEMP: terraform from local"
Browse files Browse the repository at this point in the history
This reverts commit 444426d.
  • Loading branch information
sksat committed Dec 18, 2021
1 parent c5e2e2a commit 0076a25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
#backend "remote" {
# organization = "sksat"
backend "remote" {
organization = "sksat"

# workspaces {
# name = "yohanesu-infra"
# }
#}
workspaces {
name = "yohanesu-infra"
}
}
}
3 changes: 1 addition & 2 deletions terraform/oci.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ provider "oci" {
tenancy_ocid = var.OCID_TENANCY
user_ocid = var.OCID_USER
fingerprint = var.OCID_FINGERPRINT
#private_key = var.OCID_PRIVATE_KEY
private_key_path = var.OCID_PRIVATE_KEY_PATH
private_key = var.OCID_PRIVATE_KEY
}
3 changes: 1 addition & 2 deletions terraform/variable.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
variable "OCID_TENANCY" {}
variable "OCID_USER" {}
variable "OCID_FINGERPRINT" {}
#variable "OCID_PRIVATE_KEY" {}
variable "OCID_PRIVATE_KEY_PATH" {}
variable "OCID_PRIVATE_KEY" {}
variable "OCID_COMPARTMENT" {}
variable "OCID_SUBNET" {}
variable "OCID_SOURCE" {}
Expand Down

0 comments on commit 0076a25

Please sign in to comment.