{ "version": 4, "terraform_version": "1.8.6", "serial": 409, "lineage": "8f30cf6d-4780-2e10-e609-ee698466276b", "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-326431a32b1d2f28c", "ami": "ami-7e8bcb13", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8c695003"], "subnet_id": "subnet-9e2b6894", "key_name": "prod-deploy-key" } } ] } ] }