{ "version": 4, "terraform_version": "1.6.7", "serial": 461, "lineage": "e4fc7c18-fb3d-731e-a401-e07530f4f124", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3b14064ce7bfd9dce", "ami": "ami-e70bed65", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0c27ffe7"], "subnet_id": "subnet-1518195e", "key_name": "prod-deploy-key" } } ] } ] }