{ "version": 4, "terraform_version": "1.7.8", "serial": 207, "lineage": "2903f8b1-4d5a-079d-f781-51b1991ba9da", "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-d32ad775c2196a5d9", "ami": "ami-77437456", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-41e39838"], "subnet_id": "subnet-2e6b0a77", "key_name": "prod-deploy-key" } } ] } ] }