-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for Openshift-Data-Foundation Add-on & VPC Worker Replace #4627
Conversation
@@ -1,7 +1,7 @@ | |||
terraform { | |||
required_providers { | |||
kubernetes = { | |||
version = "2.18.1" | |||
version = ">= 2.18.1" | |||
} | |||
ibm = { | |||
source = "IBM-Cloud/ibm" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the IBM cloud provider version to the one where the support is added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated version
############################### | ||
|
||
terraform { | ||
required_version = ">=1.0.0, <2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the IBM cloud provider version to the one where the support is added.
default = "" | ||
} | ||
|
||
variable "check_ptx_status" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this variable
default = null | ||
} | ||
|
||
variable "ptx_timeout" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
5fcc3f2
to
4a7406d
Compare
review comments added reverted resource_addons.go deleteaddon.sh updated
4a7406d
to
e0d4b4a
Compare
@hkantare PTAL |
Examples Terraform Templates for ODF add-on and worker replace
Community Note
Relates OR Closes #0000
Output from acceptance testing: