{ "version": 4, "terraform_version": "1.7.3", "serial": 545, "lineage": "8bbcb70a-f7d8-5482-a035-9b7aa1487c83", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-e928ff7159e35600a", "ami": "ami-f2c06da7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ea76c2d4"], "subnet_id": "subnet-339cb8a9", "key_name": "prod-deploy-key" } } ] } ] }