{ "version": 4, "terraform_version": "1.8.0", "serial": 221, "lineage": "8c66b654-167a-63df-bb23-2385c163f9af", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-aaf491711b0622f15", "ami": "ami-5a26c4a2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9b5ba15e"], "subnet_id": "subnet-ea2cbdd5", "key_name": "prod-deploy-key" } } ] } ] }