{ "version": 4, "terraform_version": "1.7.7", "serial": 167, "lineage": "a522e1d2-ae37-20e7-e225-b89b0b8986c4", "outputs": { "db_endpoint": { "value": "db-1.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-4869fc2f748740064", "ami": "ami-8cec63c8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c98bb680"], "subnet_id": "subnet-08e2406e", "key_name": "prod-deploy-key" } } ] } ] }