{ "version": 4, "terraform_version": "1.8.8", "serial": 381, "lineage": "941fd6ac-a32c-140f-ce00-eddf947f916e", "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-2e0fd5421a019d569", "ami": "ami-111815aa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-87466cd2"], "subnet_id": "subnet-c2dd33d7", "key_name": "prod-deploy-key" } } ] } ] }