Skip to content

Commit

Permalink
Revert "feat(aws): Adding support for update asg launch template (#4710
Browse files Browse the repository at this point in the history
…)" (#4877)

This reverts commit 0772354.
  • Loading branch information
plumpy committed Sep 8, 2020
1 parent 4eae1e9 commit b5efd0d
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 1,064 deletions.
1 change: 0 additions & 1 deletion clouddriver-aws/clouddriver-aws.gradle
Expand Up @@ -4,7 +4,6 @@ dependencies {
implementation project(":clouddriver-core")
implementation project(":clouddriver-eureka")
implementation project(":clouddriver-security")
implementation project(":clouddriver-saga")

compileOnly "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok"
Expand Down

This file was deleted.

Expand Up @@ -17,18 +17,10 @@
package com.netflix.spinnaker.clouddriver.aws.deploy.description

import com.fasterxml.jackson.annotation.JsonIgnore
import com.fasterxml.jackson.annotation.JsonProperty
import com.netflix.spinnaker.clouddriver.aws.security.NetflixAmazonCredentials
import com.netflix.spinnaker.clouddriver.security.resources.CredentialsNameable

abstract class AbstractAmazonCredentialsDescription implements CredentialsNameable {
@JsonIgnore
NetflixAmazonCredentials credentials
String account

@JsonProperty
@Override
String getAccount() {
return credentials?.name ?: account
}
}

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b5efd0d

Please sign in to comment.