We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0216e commit 682114bCopy full SHA for 682114b
variables.tf
@@ -1,14 +1,7 @@
1
-variable "owner" {
2
- type = string
3
-}
4
variable "cephOSD_count" {
5
type = string
6
}
7
8
-variable "repo_name" {
9
10
11
-
12
variable "ssh_private_key" {
13
14
versions.tf
@@ -1,10 +1,6 @@
#provider "openstack" {
# use environment variables
#}
-provider "github" {
- owner = var.owner
terraform {
required_version = ">= 0.14"
backend "local" {
@@ -13,9 +9,5 @@ terraform {
openstack = {
source = "terraform-provider-openstack/openstack"
15
16
- github = {
17
- source = "integrations/github"
18
- version = "4.28.0"
19
- }
20
21
0 commit comments