An extension that is added to TerraformRemoteStateExtension.
Type Params | Return Type | Name and description |
---|---|---|
|
static RemoteStateS3Spec |
findExtension(Project project) Utility method to find this extension on a project. |
|
static RemoteStateS3Spec |
findExtension(Project project, java.lang.String sourceSetName) Utility to find this extension on a terraform source set. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Utility method to find this extension on a project. This will return the project's RemoteStateS3Spec instead.
project
- Project contextUtility to find this extension on a terraform source set. This will return the source set's RemoteStateS3Spec instead
project
- Project contextsourceSetName
- Name of source set.