Git Product home page Git Product logo

Comments (2)

likexian avatar likexian commented on June 14, 2024

Hello @hiscal2015

I can not reproduce it, would you please post your .tf file content here?

Works for me:

Plan: 3 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

tencentcloud_security_group.foo: Creating...
tencentcloud_security_group.foo: Creation complete after 0s [id=sg-7pxuqef5]
tencentcloud_security_group_rule.https-in: Creating...
tencentcloud_security_group_rule.http-in: Creating...
tencentcloud_security_group_rule.http-in: Creation complete after 1s [id=action=accept&cidrIp=0.0.0.0/0&ipProtocol=tcp&portRange=80&sgId=sg-7pxuqef5&direction=ingress]
tencentcloud_security_group_rule.https-in: Creation complete after 1s [id=ipProtocol=tcp&portRange=443&sgId=sg-7pxuqef5&direction=ingress&action=accept&cidrIp=0.0.0.0/0]

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


[root@VM_0_39_centos security_group]# terraform apply
tencentcloud_security_group.foo: Refreshing state... [id=sg-7pxuqef5]
tencentcloud_security_group_rule.https-in: Refreshing state... [id=ipProtocol=tcp&portRange=443&sgId=sg-7pxuqef5&direction=ingress&action=accept&cidrIp=0.0.0.0/0]
tencentcloud_security_group_rule.http-in: Refreshing state... [id=action=accept&cidrIp=0.0.0.0/0&ipProtocol=tcp&portRange=80&sgId=sg-7pxuqef5&direction=ingress]

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

from terraform-provider-tencentcloud.

yongzhang avatar yongzhang commented on June 14, 2024

I'll have a double test, close it for now. Thanks.

from terraform-provider-tencentcloud.

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.