{ "version": 4, "terraform_version": "1.5.6", "serial": 249, "lineage": "08bab99c-e3a8-1764-07d6-77959ab97a61", "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-51b4a5bb34138206d", "ami": "ami-ca7e44eb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b7d8e7c4"], "subnet_id": "subnet-b5e09487", "key_name": "prod-deploy-key" } } ] } ] }