Giter Site home page Giter Site logo

Comments (1)

scshitole avatar scshitole commented on June 10, 2024

@marianne-butaye fixed this one

resource "bigip_ltm_profile_tcp" "sanjose-tcp-lan-profile"

        {  
            name = "sanjose-tcp-lan-profile"
            idle_timeout = 200
            close_wait_timeout = 5
            finwait_2timeout = 5
            finwait_timeout = 300
            keepalive_interval = 1700
            deferred_accept = "enabled"
            fast_open = "enabled"
        }
SJC-ML-00028512:terraform-provider-bigip shitole$ vi master.tf 
SJC-ML-00028512:terraform-provider-bigip shitole$ terraform plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.

bigip_ltm_profile_tcp.sanjose-tcp-lan-profile: Refreshing state... (ID: sanjose-tcp-lan-profile)

------------------------------------------------------------------------

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  ~ bigip_ltm_profile_tcp.sanjose-tcp-lan-profile
      idle_timeout: "200" => "2000"


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

------------------------------------------------------------------------

Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.

SJC-ML-00028512:terraform-provider-bigip shitole$ 
SJC-ML-00028512:terraform-provider-bigip shitole$ 
SJC-ML-00028512:terraform-provider-bigip shitole$ terraform apply -auto-approve
bigip_ltm_profile_tcp.sanjose-tcp-lan-profile: Refreshing state... (ID: sanjose-tcp-lan-profile)
bigip_ltm_profile_tcp.sanjose-tcp-lan-profile: Modifying... (ID: sanjose-tcp-lan-profile)
  idle_timeout: "200" => "2000"
bigip_ltm_profile_tcp.sanjose-tcp-lan-profile: Modifications complete after 0s (ID: sanjose-tcp-lan-profile)

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
SJC-ML-00028512:terraform-provider-bigip shitole$ terraform plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.

bigip_ltm_profile_tcp.sanjose-tcp-lan-profile: Refreshing state... (ID: sanjose-tcp-lan-profile)

------------------------------------------------------------------------

No changes. Infrastructure is up-to-date.


from terraform-provider-bigip.

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.