Update to terraform 0.14, and digitalocean >= 2.7.0
This commit is contained in:
		
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							| @@ -3,7 +3,11 @@ all: init fmt validate | ||||
|  | ||||
| .PHONY: init | ||||
| init: | ||||
| 	terraform init | ||||
| 	terraform init -upgrade=false | ||||
|  | ||||
| .PHONY: initupgrade | ||||
| initupgrade: | ||||
| 	terraform init -upgrade=true | ||||
|  | ||||
| .PHONY: fmt | ||||
| fmt: init | ||||
| @@ -15,5 +19,5 @@ validate: init fmt | ||||
|  | ||||
| .PHONY: clean | ||||
| clean: | ||||
| 	$(RM) -r .terraform | ||||
| 	$(RM) -r .terraform .terraform.lock.hcl | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user