{ "version": 4, "terraform_version": "1.8.7", "serial": 330, "lineage": "9b0c9661-d301-f0e5-7c8c-732d904f10c7", "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-634bacbd03096fff7", "ami": "ami-1b910623", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b9b8694a"], "subnet_id": "subnet-b745f27b", "key_name": "prod-deploy-key" } } ] } ] }