UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 3585e14f authored by kmc-home's avatar kmc-home
Browse files

update terraform

parent a3d45d34
No related merge requests found
terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "1.47.0"
}
}
}
# terraform {
# required_providers {
# openstack = {
# source = "terraform-provider-openstack/openstack"
# version = "1.47.0"
# }
# }
# }
provider "openstack" {
# user_name = "admin"
# tenant_name = "admin"
# password = "pwd"
# auth_url = "http://myauthurl:5000/v2.0"
# region = "RegionOne"
}
# provider "openstack" {
# # user_name = "admin"
# # tenant_name = "admin"
# # password = "pwd"
# auth_url = "https://vta.cybbh.space:5000"
# # region = "RegionOne"
# }
data "openstack_networking_network_v2" "this" {
name = "public"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment