{ "version": 4, "terraform_version": "1.8.9", "serial": 176, "lineage": "0a374dd0-b6e7-36ca-c21b-db2f64c528a1", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4ef1fdde842b68f82", "ami": "ami-52004176", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ff6aa5ca"], "subnet_id": "subnet-64967757", "key_name": "prod-deploy-key" } } ] } ] }