{ "version": 4, "terraform_version": "1.7.7", "serial": 328, "lineage": "b718f5a5-f046-510e-96eb-683c0e8c4522", "outputs": { "db_endpoint": { "value": "db-2.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-7ac2623b02c387058", "ami": "ami-51dafa7a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ea25291e"], "subnet_id": "subnet-1301f565", "key_name": "prod-deploy-key" } } ] } ] }