Giter VIP home page Giter VIP logo

ape-dev-rt's People

Contributors

cjmurphy42 avatar cuzz22000 avatar dittto avatar josethen avatar pmacey avatar radeksimko avatar terminatingcode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ape-dev-rt's Issues

problem with taint when running rt 0.10.0.alpha

When running a taint command with rt 0.10.0.alpha

./ape-dev-rt taint-deployed-resource -env=test -app=pr-be-fe-devops -slot-id=blue -module=deployment ./deployment aws_ecs_task_definition.main

it gives an error

  • output 'aws_region': unknown module referenced: deployment

on the following code:

output "aws_region" {
value = "${module.deployment.aws_region}"
}

This works with rt 0.9.3

TimeInc import paths result in new go gets failing

If you try to add ape-dev-rt to your GOPATH using go get, it will error out due to erroneous import paths that still make reference to the previous repo TimeInc rather than TimeIncOSS.

This should also apply to the brew cask and contribution docs

Sending keyboard interrupt results in second execution

/Volumes/UserSpace/Users/paulm/Documents/Development/Golang/bin/ape-dev-rt apply-infra --env test --app test-app-rt-dev
Authenticated as dev-xxxx (xxxx) @ xxx
Current IP Address: xxx.xxx.xxx.xxx
Note: Locking is not supported. Parallel releases of test-app-rt-dev may cause issues, check with your team.

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.

data.aws_caller_identity.current: Refreshing state...

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

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:

  + aws_cloudwatch_log_group.newrelic
      id:                <computed>
      arn:               <computed>
      name:              "sdadasdas"
      retention_in_days: "30"


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

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

This plan was saved to: /Users/paulm/Documents/Development/Vagrant/Repos/test-infra/planfile

To perform exactly these actions, run the following command to apply:
    terraform apply "/Users/paulm/Documents/Development/Vagrant/Repos/test-infra/planfile"


   __         ___________________________________________________________________
  /  \       /                                                                   \
  |  |       | It looks like you want to change infrastructure of                |
  @  @       | 'test-app-rt-dev' in XXXXX/test.                           |
  || ||      |                                                                   |
  || ||   <--|                                                                   |
  |\_/|      \___________________________________________________________________/
  \___/

continue? y/[n]:^CAuthenticated as dev-pmacey (XXXX) @ XXXX
Current IP Address: 209.251.196.60
Note: Locking is not supported. Parallel releases of test-app-rt-dev may cause issues, check with your team.

2018-05-10T15:25:03.614+0100 [DEBUG] plugin: starting plugin: path=/Users/paulm/Documents/Development/Vagrant/Repos/test-infra/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.17.0_x4 args=[/Users/paulm/Documents/Development/Vagrant/Repos/test-infra/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.17.0_x4]
2018-05-10T15:25:03.632+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/paulm/Documents/Development/Vagrant/Repos/test-infra/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.17.0_x4
2018-05-10T15:25:03.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: plugin address: timestamp=2018-05-10T15:25:03.647+0100 address=/var/folders/55/9j91bv1s0pn3kt583yygy63c0000gr/T/plugin050385668 network=unix
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.

2018-05-10T15:25:03.716+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:03 [INFO] No assume_role block read from configuration
2018-05-10T15:25:03.716+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:03 [INFO] Building AWS region structure
2018-05-10T15:25:03.716+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:03 [INFO] Building AWS auth structure
2018-05-10T15:25:03.716+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:03 [INFO] Setting AWS metadata API timeout to 100ms
2018-05-10T15:25:04.488+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:04 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-05-10T15:25:04.488+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:04 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-05-10T15:25:04.489+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:04 [INFO] Initializing DeviceFarm SDK connection
2018-05-10T15:25:04.910+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:04 [DEBUG] Trying to get account ID via iam:GetUser
data.aws_caller_identity.current: Refreshing state...
2018-05-10T15:25:05.392+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:05 [DEBUG] Reading Caller Identity
2018-05-10T15:25:05.719+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:05 [DEBUG] Received Caller Identity: {
2018-05-10T15:25:05.719+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4:   Account: "xxx",
2018-05-10T15:25:05.719+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4:   Arn: "arn:aws:iam::xxx:user/dev-xx",
2018-05-10T15:25:05.719+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4:   UserId: "xxxxx"
2018-05-10T15:25:05.719+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: }

------------------------------------------------------------------------
2018-05-10T15:25:05.734+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:05 [INFO] No assume_role block read from configuration
2018-05-10T15:25:05.734+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:05 [INFO] Building AWS region structure
2018-05-10T15:25:05.734+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:05 [INFO] Building AWS auth structure
2018-05-10T15:25:05.734+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:05 [INFO] Setting AWS metadata API timeout to 100ms
2018-05-10T15:25:06.372+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:06 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-05-10T15:25:06.372+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:06 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-05-10T15:25:06.373+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:06 [INFO] Initializing DeviceFarm SDK connection
2018-05-10T15:25:06.704+0100 [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: 2018/05/10 15:25:06 [DEBUG] Trying to get account ID via iam:GetUser

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:

  + aws_cloudwatch_log_group.newrelic
      id:                <computed>
      arn:               <computed>
      name:              "sdadasdas"
      retention_in_days: "30"


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

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

This plan was saved to: /Users/paulm/Documents/Development/Vagrant/Repos/test-infra/planfile

To perform exactly these actions, run the following command to apply:
    terraform apply "/Users/paulm/Documents/Development/Vagrant/Repos/test-infra/planfile"


   __         ___________________________________________________________________
  /  \       /                                                                   \
  |  |       | It looks like you want to change infrastructure of                |
  @  @       | 'test-app-rt-dev' in XXXXXX/test.                           |
  || ||      |                                                                   |
  || ||   <--|                                                                   |
  |\_/|      \___________________________________________________________________/
  \___/

continue? y/[n]:^C

Vendors

I saw the PR cleaning up the vendor directory.. Curious if you guys have road mapped moving to Dep?

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.