{ "version": 4, "terraform_version": "1.8.8", "serial": 451, "lineage": "e89c691e-b057-a2e5-363b-f80f5f885443", "outputs": { "db_endpoint": { "value": "db-1.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-b5b26fc0498faa359", "ami": "ami-349a00ea", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-899a0c80"], "subnet_id": "subnet-5a00bb6b", "key_name": "prod-deploy-key" } } ] } ] }