{ "version": 4, "terraform_version": "1.6.8", "serial": 486, "lineage": "c4424726-749e-0161-fe73-10fb82f2d4a5", "outputs": { "db_endpoint": { "value": "db-2.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-d0374891ec4934721", "ami": "ami-3b3665a8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2ac2d349"], "subnet_id": "subnet-f03e185e", "key_name": "prod-deploy-key" } } ] } ] }