{ "version": 4, "terraform_version": "1.6.0", "serial": 242, "lineage": "7f232576-fd4d-4f57-dfb2-a4fb5efe51f1", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-c2f49ffe676eace00", "ami": "ami-a443f57c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-da6640ec"], "subnet_id": "subnet-65cf5157", "key_name": "prod-deploy-key" } } ] } ] }