{ "version": 4, "terraform_version": "1.7.6", "serial": 307, "lineage": "f74d3514-8dc5-40fd-e285-103edc594433", "outputs": { "db_endpoint": { "value": "db-0.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-1db90be641c8eefd7", "ami": "ami-131dba62", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d78f7599"], "subnet_id": "subnet-b3f756c2", "key_name": "prod-deploy-key" } } ] } ] }