{ "version": 4, "terraform_version": "1.5.7", "serial": 160, "lineage": "46e99f25-840a-a487-4b43-b29b23e048fc", "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-47b31853da8bef7fb", "ami": "ami-a8778620", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-45194040"], "subnet_id": "subnet-7e6466ba", "key_name": "prod-deploy-key" } } ] } ] }