Skip to content

Commit

Permalink
Going back to auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeheust committed Mar 14, 2024
1 parent 1c44157 commit 2953d21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion config-repo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

# creates the git repo called "config-repo"
resource "oci_devops_repository" "config_repo" {
depends_on = [ oci_identity_api_key.user_api_key ]
name = local.config_repo_name
project_id = local.project_id
repository_type = "HOSTED"
Expand Down
7 changes: 0 additions & 7 deletions datasources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ data "template_file" "deploy_script" {
count = var.nb_copies
}

data "template_file" "ssh_config" {
template = "${file("${path.module}/ssh_config.template")}"
vars = {
"user" = local.ssh_login
}
}

data "oci_identity_api_keys" "dbconnection_api_key" {
user_id = var.current_user_ocid
}
Expand Down

0 comments on commit 2953d21

Please sign in to comment.