{ "version": 4, "terraform_version": "1.7.6", "serial": 504, "lineage": "aac59bfd-1265-761f-b3fc-969c0838c098", "outputs": { "db_endpoint": { "value": "db-0.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-2e055eb0ba3e3ea27", "ami": "ami-0a128a0c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-46f1e777"], "subnet_id": "subnet-515ab2c6", "key_name": "prod-deploy-key" } } ] } ] }