Install Nix with the following command
sh <(curl -L https://nixos.org/nix/install)
Room Name | Area (m2) | |
---|---|---|
Room 1 | 3.64 | |
Room 2 | 4.64 | |
Room 3 | 246.74 | |
Room 4 | 4.18 | |
Room 5 | 5.59 | |
Room 6 | 8.36 | |
Room 7 | 5.94 | |
Room 8 | 108.5 | |
Room 9 | 14.26 |
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINqgRfblq8qT8u60vcfUEWo5aAy0GsnM4onnzDYRejNj openpgp:0xC106861E |
-----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 |
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"
$ 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 |
$ 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: |