11 lines
		
	
	
		
			528 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			528 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | # Terraform Sample Code
 | ||
|  | 
 | ||
|  | This folder contains Terraform project samples that illustrates topics covered in the | ||
|  | "Best practices when using Terraform" article. Setup instructions are available in each sample's folder. | ||
|  | 
 | ||
|  | List of available samples: | ||
|  | 
 | ||
|  |   * k8s-basic: "Hello world" project that just connects to a Kubernetes cluster and create a new namespace. | ||
|  |   * ec2-basic: "Hello world" project that creates a single EC2 instance | ||
|  |   * k8s-modules: A more elaborate sample that creates a simple set of services in a Kubernetes cluster |