{ "version": 4, "terraform_version": "1.6.7", "serial": 532, "lineage": "3cd01b2c-abb9-e68b-e338-fda41764cdb7", "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-34d9bec3639005892", "ami": "ami-32a4aab4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3a1f0eef"], "subnet_id": "subnet-a1d04d24", "key_name": "prod-deploy-key" } } ] } ] }