Skip to content
Snippets Groups Projects
Commit 79fbd17b authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Add missing provider information due to upgrade in TF version.

parent ed504f86
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!2fix network naming convention in terraform code.
# is created in external-network module and called in root module # is created in external-network module and called in root module
terraform {
required_version = ">= 0.14.0"
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.42.0"
}
}
}
variable "external_subnet_id" {type = string} variable "external_subnet_id" {type = string}
variable "ohpc_instance_name" {} variable "ohpc_instance_name" {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment