{ "version": 4, "terraform_version": "1.7.4", "serial": 498, "lineage": "00142a65-3a0f-901e-5020-b477a603f974", "outputs": { "db_endpoint": { "value": "db-4.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-48c0954d457b83f12", "ami": "ami-9bb2453d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-855ce5c9"], "subnet_id": "subnet-4f3d5113", "key_name": "prod-deploy-key" } } ] } ] }