{ "version": 4, "terraform_version": "1.5.5", "serial": 229, "lineage": "e7d98958-4dc7-9769-d701-627b1ba896c4", "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-89cac3ac1cdca4263", "ami": "ami-0d7b6a57", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c9f1ccee"], "subnet_id": "subnet-c0f1957a", "key_name": "prod-deploy-key" } } ] } ] }