An extension that is added to TerraformRemoteStateExtension.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
NAME |
Constructor and description |
---|
RemoteStateS3
(org.gradle.api.Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
static RemoteStateS3 |
findExtension(org.gradle.api.Project project) Utility method to find this extension. |
|
org.gradle.api.provider.Provider<java.lang.String> |
getBucket() The default AWS bucket where remote state will be stored. |
|
org.gradle.api.provider.Provider<java.lang.String> |
getRegion() The default AWS region where remote state will be stored. |
|
void |
setBucket(java.lang.Object p) Set the default AWS bucket where the remote state will be stored. |
|
void |
setRegion(java.lang.Object p) Set the default AWS region where the remote state will be stored. |
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.
project
- Project contextThe default AWS bucket where remote state will be stored.
The default AWS region where remote state will be stored.
Set the default AWS bucket where the remote state will be stored.
p
- Object that can be converted to a string. Can be a Provider
as well.Set the default AWS region where the remote state will be stored.
p
- Object that can be converted to a string. Can be a Provider
as well.Groovy Documentation