{ "version": 4, "terraform_version": "1.5.6", "serial": 247, "lineage": "94f20ade-cf9d-1561-3e31-5b1224c496fc", "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-6464d8723a145f23e", "ami": "ami-8da3a67d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fc6ad3f1"], "subnet_id": "subnet-625f034a", "key_name": "prod-deploy-key" } } ] } ] }