{ "version": 4, "terraform_version": "1.6.3", "serial": 179, "lineage": "f86b4a34-8cff-eff5-d703-471e4f7c9396", "outputs": { "db_endpoint": { "value": "db-3.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-6cac6e8a6a3662e46", "ami": "ami-5d67f5e4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ce31040a"], "subnet_id": "subnet-2f5b6ee8", "key_name": "prod-deploy-key" } } ] } ] }