Skip to content

Commit

Permalink
rename provider ec as elastic
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola115 <[email protected]>
  • Loading branch information
AveryQi115 committed Mar 16, 2022
1 parent a061462 commit e7a64d0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: terraform-ec
name: terraform-elastic
version: 1.0.0
description: Kubernetes Terraform Controller Provider for Elastic Cloud
url: https://github.com/oam-dev/terraform-controller
Expand All @@ -17,7 +17,7 @@ dependencies:

# -------------------------------------Configuration Metadata for a Terraform Addon-------------------------------------
# provider short name
shortCloudName: ec
shortCloudName: elastic

# The Cloud name of the provider
completeCloudName: Elastic Cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Addon terraform-ec
# Addon terraform-elastic

This addon contains Terraform provider for Elastic Cloud.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output: {
apiVersion: "v1"
kind: "Secret"
metadata: {
name: "ec-account-creds"
name: "elastic-account-creds"
namespace: "vela-system"
}
type: "Opaque"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ output: {
apiVersion: "terraform.core.oam.dev/v1beta1"
kind: "Provider"
metadata: {
name: "ec"
name: "elastic"
namespace: "default"
}
spec: {
provider: "ec"
provider: "elastic"
credentials: {
source: "Secret"
secretRef: {
namespace: "vela-system"
name: "ec-account-creds"
name: "elastic-account-creds"
key: "credentials"
}
}
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: terraform-ec
name: terraform-elastic
namespace: vela-system
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:

# -------------------------------------Configuration Metadata for a Terraform Addon-------------------------------------
# provider short name
shortCloudName: ec
shortCloudName: elastic

# The Cloud name of the provider
completeCloudName: Elastic Cloud
Expand Down

0 comments on commit e7a64d0

Please sign in to comment.