Giter VIP home page Giter VIP logo

Comments (4)

acwwat avatar acwwat commented on June 7, 2024 1

For reference, I am not able to reproduce the issue using Terraform v1.6.3 and the AWS Provider v.5.31.0. This is the Terraform config I used:

resource "aws_servicequotas_service_quota" "example" {
  quota_code   = "L-FB94F0B0"
  service_code = "acm"
  value        = 20
}

And this is the output from my command prompt - the first apply created the resource and the quota request, and the subsequent apply did not detect any changes.

C:\working\test>terraform apply

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the
following symbols:
  + create

Terraform will perform the following actions:

  # aws_servicequotas_service_quota.example will be created
  + resource "aws_servicequotas_service_quota" "example" {
      + adjustable     = (known after apply)
      + arn            = (known after apply)
      + default_value  = (known after apply)
      + id             = (known after apply)
      + quota_code     = "L-FB94F0B0"
      + quota_name     = (known after apply)
      + request_id     = (known after apply)
      + request_status = (known after apply)
      + service_code   = "acm"
      + service_name   = (known after apply)
      + usage_metric   = (known after apply)
      + value          = 20
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

aws_servicequotas_service_quota.example: Creating...
aws_servicequotas_service_quota.example: Creation complete after 1s [id=acm/L-FB94F0B0]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

C:\working\test>terraform apply
aws_servicequotas_service_quota.example: Refreshing state... [id=acm/L-FB94F0B0]

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are
needed.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

C:\working\test>

from terraform-provider-aws.

github-actions avatar github-actions commented on June 7, 2024

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

from terraform-provider-aws.

justinretzolk avatar justinretzolk commented on June 7, 2024

Hey @milko3666 👋 Thank you for taking the time to raise this! If possible, can you supply debug logs (redacted as necessary) so that whoever looks into this has all of the information that they might need?

from terraform-provider-aws.

milko3666 avatar milko3666 commented on June 7, 2024

Thanks @acwwat , I'll try test with this Amazon provider version.
Regards.

from terraform-provider-aws.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.