Giter Site home page Giter Site logo

Comments (1)

scshitole avatar scshitole commented on June 2, 2024

@marianne-butaye here is the fix

go build
SJC-ML-00028512:terraform-provider-bigip shitole$ terraform init

Initializing provider plugins...

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
SJC-ML-00028512:terraform-provider-bigip shitole$ terraform apply

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  + bigip_ltm_profile_tcp.test-tcp
      id:                 <computed>
      close_wait_timeout: "5"
      defaults_from:      "/Common/tcp"
      deferred_accept:    "enabled"
      fast_open:          "enabled"
      finwait_2timeout:   "5"
      finwait_timeout:    "300"
      idle_timeout:       "200"
      keepalive_interval: "1700"
      name:               "sanjose-tcp-lan-profile"
      partition:          "Common"


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

bigip_ltm_profile_tcp.test-tcp: Creating...
  close_wait_timeout: "" => "5"
  defaults_from:      "" => "/Common/tcp"
  deferred_accept:    "" => "enabled"
  fast_open:          "" => "enabled"
  finwait_2timeout:   "" => "5"
  finwait_timeout:    "" => "300"
  idle_timeout:       "" => "200"
  keepalive_interval: "" => "1700"
  name:               "" => "sanjose-tcp-lan-profile"
  partition:          "" => "Common"
bigip_ltm_profile_tcp.test-tcp: Creation complete after 0s (ID: sanjose-tcp-lan-profile)

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
SJC-ML-00028512:terraform-provider-bigip shitole$ 
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.test-tcp: Refreshing state... (ID: sanjose-tcp-lan-profile)

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

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.
SJC-ML-00028512:terraform-provider-bigip shitole$ 

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.