- $9.6M revenue in 2020 (Latka)
- Founded 2010, Copenhagen - the incumbent
- Just received strategic investment from GRO Capital to accelerate growth
- 85+ employees across Copenhagen, Minneapolis, Sydney
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINqgRfblq8qT8u60vcfUEWo5aAy0GsnM4onnzDYRejNj openpgp:0xC106861E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQINBFtRGFABEAD31S3wVmOfxe3TX4uyFGJSiRQ+qt41W3atDivZsCmp/JUuIKaI | |
| NA4xZOfQM1F44hPsTheiOP35000wyXYxHm6uV//LZfIGmqxwectZGA/26eXAKQVP | |
| Wp67vf2OdOsDbhX7q6N8vsYKETtPlG2wNBOgtkuWNu2lJT0nOJjTgKkKU+5GupLZ | |
| f2+c51qF2yBZSyRb0uhSc3U/Lvf+outoEmUuk7oBWVTMSNS9SYXLlcUbV+7JqZ2M | |
| ELaYt1aCgotxZ/YgQ5G2LTK0ysHaIRdYdC34Eue2H5SSdKMws0sQnWTM1DM0k2H8 | |
| UE7bZXcC54NpSp8LM/ivgZ9baSR+3MW1RLPd6Ba5mzsDPV8fuZ5bqKNZhylcJ2Lx | |
| m56DQKkCL1IfR35P+y99wke8TCau46inehWodkH2tDx2XYjKzACS8QnmA6YeIo8b | |
| 3XgVH0IiqUXt55nzuCxLT9anXDkejShuj2z5p2jO0QI6xJMmVGNaQn62DDUMrW8S |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| admissionregistration.v1alpha1.initializerConfiguration.initializersType | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.initializers.mixinInstance(initializers) | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.initializers.pendingType | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.initializers.withPending(pending) | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.initializers.withPendingMixin(pending) | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.initializersType | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.mixinInstance(metadata) | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.ownerReferencesType | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.withAnnotations(annotations) | |
| admissionregistration.v1alpha1.initializerConfiguration.mixin.metadata.withAnnotationsMixin(annotations) |
[mb@miguel-nixos:~/Sites/jieyu/dcos-terraform]$ grep -A1 -r . -e "aws_ami" | grep "AMI that will be used" | sed 's/tf-/tf:/g'
./modules/aws/infrastructure/variables.tf: description = "AMI that will be used for the instances instead of Mesosphere provided AMIs"
./modules/aws/infrastructure/README.md:| aws_ami | AMI that will be used for the instances instead of Mesosphere provided AMIs | string | `` | no |
./modules/aws/public-agents/variables.tf: description = "AMI that will be used for the instances instead of Mesosphere provided AMIs"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ terraform apply | |
| An execution plan has been generated and is shown below. | |
| Resource actions are indicated with the following symbols: | |
| + create | |
| ~ update in-place | |
| Terraform will perform the following actions: | |
| ~ data.aws_security_group.peer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ terraform plan | |
| Refreshing Terraform state in-memory prior to plan... | |
| The refreshed state will be used to calculate this plan, but will not be | |
| persisted to local or remote state storage. | |
| ------------------------------------------------------------------------ | |
| An execution plan has been generated and is shown below. | |
| Resource actions are indicated with the following symbols: |
NewerOlder