Difference between revisions of "Terraform providers: provider"
Jump to navigation
Jump to search
↑ https://www.terraform.io/docs/providers/index.html
↑ https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs
Line 4: | Line 4: | ||
List of some [[terraform]] providers: <ref>https://www.terraform.io/docs/providers/index.html</ref> | List of some [[terraform]] providers: <ref>https://www.terraform.io/docs/providers/index.html</ref> | ||
− | * <code>[[provider]] "[[GitHub]]"</code> | + | * <code>[[provider]] "[[Terraform provider: GitHub|GitHub]]"</code> |
* <code>provider "[[Terraform AWS provider|aws]]"</code> | * <code>provider "[[Terraform AWS provider|aws]]"</code> | ||
* <code>provider [[CodeBuild]]</code> | * <code>provider [[CodeBuild]]</code> |
Revision as of 00:20, 16 February 2022
https://www.terraform.io/docs/language/providers/configuration.html
provider.tf
configuration file
List of some terraform providers: [1]
provider "GitHub"
provider "aws"
provider CodeBuild
provider "libvirt"
provider "googleworkspace"
provider "kubernetes"
[2]provider "helm"
tfe
multispace_run
(Oct 2021)
Use: terraform providers
command to list providers used in your main.tf
file
Terraform Libvirt module
provider "libvirt" { uri = "qemu:///system" }
Terraform provider: AWS
provider "aws" { version = "~> 3.38.0" region = "us-west-2" profile = "your_profile_name" }
Related terms
- Terraform examples
- Terraform libvirt provider
- Terraform modules
- Vagrant
- AWS EC2 Terraform example
- Terraform: Data sources
- Terraform associate: Handle Terraform and provider installation and versioning
See also
- Terraform AWS resources: IAM, Net, EC2, ECS, ECR, S3, Route53, ACM, CloudWatch, CloudFront SES, RDS, DLM
terraform
[untaint | fmt
|apply
|show
|state
|init | plan | console | output
|validate
|destroy
|debug
|import
|providers
|get
|graph
|workspaces
|resource
|login
|-var-file
|state mv
|state pull
|state push
|state replace-provider
|state rm
|force-unlock
|env
|tfe
|--version
|remote-exec
|delete on termination
| deprecated commands |terraform --help
]- Terraform, OpenTofu, Terrakube.org, Installation, Terraform AWS, Terraform GCP, Terraform commands, Terraform Cloud, Terraform Enterprise (TFE), HCL, HIL, meta-arguments, providers, modules, resource, provisioners, data sources, backends: remote backends, examples, configuration files, state files, variables, types, Terraform Registry, conditionals:
depends_on
, functions, Blocks, dynamic blocks, errors, Terragrunt, Terraformer, Terratest, Terraform certifications, Terraform map type, Terraform Associate, Terraform: list type,TF_VAR_, TF_LOG
, Terraform provider versioning, Terraform Style Conventions, Required version, Terraform plugin, Terraform Named Values, tags, Changelog,tfsec, tflint
, Operators, Expressions:for, splat
, Debugging, Namespaces, Terraform Landing Zones, CDKTF, Atmos
Advertising: