Skip to content
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

Update main.tf #751

Merged
merged 4 commits into from
Jun 7, 2023
Merged

Update main.tf #751

merged 4 commits into from
Jun 7, 2023

Conversation

amitkalawat
Copy link
Contributor

Fix for error - Error: Unsupported argument enable_classiclink_dns_support = null # hashicorp/terraform#31730

Which issue is resolved by this Pull Request:
Resolves #

Description of your changes:

Testing:

  • Unit tests pass
  • e2e tests pass
  • Details about new tests (If this PR adds a new feature)
  • Details about any manual tests performed

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Fix for error - Error: Unsupported argument enable_classiclink_dns_support   = null # hashicorp/terraform#31730
@@ -187,7 +187,7 @@ module "kubeflow_components" {
#---------------------------------------------------------------
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "3.14.4"
version = "5.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ananth102
Copy link
Contributor

Looks good, will test on my end and merge.

@surajkota
Copy link
Contributor

Thanks for the PR

@ananth102 ananth102 merged commit 9f10e9d into awslabs:main Jun 7, 2023
jsitu777 pushed a commit to jsitu777/kubeflow-manifests that referenced this pull request Jun 27, 2023
Fix for error - Error: Unsupported argument
enable_classiclink_dns_support = null #
hashicorp/terraform#31730

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants