{ "version": 4, "terraform_version": "1.7.7", "serial": 561, "lineage": "1e2cf085-5c29-96e9-9676-8f3f5cb88eea", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2c88e310be5f7f311", "ami": "ami-4e4a8e56", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ed8fbd29"], "subnet_id": "subnet-53f2a8c9", "key_name": "prod-deploy-key" } } ] } ] }