Rename "The The" so that they can play songs again

Other than the fact that "The the" doesn't really make any sense anywhere
that it's used in Terraform, they're a post-punk band from the UK.

Fixes "The The" so that they can get back to playing songs.
This commit is contained in:
Andrew Langhorn 2015-05-06 22:51:16 +01:00
parent e7ca6cbe9e
commit bb4f7415ca
4 changed files with 4 additions and 4 deletions

View File

@ -90,5 +90,5 @@ Options:
}
func (c *RemotePushCommand) Synopsis() string {
return "Uploads the the local state to the remote server"
return "Uploads the local state to the remote server"
}

View File

@ -10,7 +10,7 @@ _terraform_cmds=(
'output:Read an output from a state file'
'plan:Generate and show an execution plan'
'pull:Refreshes the local state copy from the remote server'
'push:Uploads the the local state to the remote server'
'push:Uploads the local state to the remote server'
'refresh:Update local state file against real resources'
'remote:Configures remote state management'
'taint:Manualy forcing a destroy and recreate on the next plan/apply'

View File

@ -103,7 +103,7 @@ func addrToSchema(addr []string, schemaMap map[string]*Schema) []*Schema {
return nil
}
// If we only have one more thing and the the next thing
// If we only have one more thing and the next thing
// is a #, then we're accessing the index which is always
// an int.
if len(addr) > 0 && addr[0] == "#" {

View File

@ -72,7 +72,7 @@ determines if the ELB exists in a VPC or in EC2-classic.
Listeners support the following:
* `instance_port` - (Required) The port on the instance to route to
* `instance_protocol` - (Required) The the protocol to use to the instance.
* `instance_protocol` - (Required) The protocol to use to the instance.
* `lb_port` - (Required) The port to listen on for the load balancer
* `lb_protocol` - (Required) The protocol to listen on.
* `ssl_certificate_id` - (Optional) The id of an SSL certificate you have uploaded to AWS IAM.