feat(oci): move variables

This commit is contained in:
Kat Inskip 2024-06-09 11:12:53 -07:00
parent e5b2f39e99
commit 02fcb7b3ae
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 13 additions and 13 deletions

View file

@ -30,18 +30,6 @@ variable "micro_display_names" {
type = list(string)
}
variable "ssh_authorized_keys" {
type = list(string)
}
variable "nsg_id" {
type = any
}
variable "subnet_id" {
type = any
}
resource "oci_core_instance" "this" {
count = 2