{ "version": 4, "terraform_version": "1.5.0", "serial": 564, "lineage": "c705a6c3-8be4-98aa-9ace-a1ca04bdf337", "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-7ca37a63315b32b57", "ami": "ami-e52fd493", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b0df4e9b"], "subnet_id": "subnet-82d2622d", "key_name": "prod-deploy-key" } } ] } ] }