Interface for using Gradle as a credentials provider to various Terraform providers.
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Map<java.lang.String, java.lang.String> |
getEnvironment() Get the AWS credentials environment to pass to Terraform. |
|
boolean |
isExpired() Whether the credentials expired. |
|
SessionCredentials |
refresh() Create a new set of credentials. |
Get the AWS credentials environment to pass to Terraform.
null
Whether the credentials expired.
true
if a refresh is required.Create a new set of credentials.
null
.