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

Resource and Service Instance does not have dashboard_url inside tfstate file #1682

Closed
M-Rushabh opened this issue Jul 14, 2020 · 2 comments
Closed

Comments

@M-Rushabh
Copy link
Contributor

M-Rushabh commented Jul 14, 2020

Hi there,

Terraform Version

0.12

Affected Resource(s)

Resources:

  • ibm_resource_instance
  • ibm_service_instance

Terraform Configuration Files

resource "ibm_resource_instance" "amqp" {
        name       = "AMQP"
        location = "us-south"
        resource_group_id = "xxxxxx"
        service    = "cldamqp"
        plan       = "lite"
        tags       = ["amqp"]
}

Expected Behavior

Dashboard URL should be there inside tfstate file.

Actual Behavior

Dashboard URL not there in tfstate file its missing.

Steps to Reproduce

  1. terraform apply
    And check tfstate file
@M-Rushabh
Copy link
Contributor Author

@hkantare Please have look at this - i have open PR for this please review this. --> #1683

@M-Rushabh
Copy link
Contributor Author

@hkantare Thanks .PR is merged.

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

No branches or pull requests

1 participant