{ "version": 4, "terraform_version": "1.6.9", "serial": 554, "lineage": "7691391d-851b-8b86-ead7-dd00b2c1a19b", "outputs": { "db_endpoint": { "value": "db-3.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-f1f7ebc0c23bb5292", "ami": "ami-974067f2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-194cc58d"], "subnet_id": "subnet-4c53e344", "key_name": "prod-deploy-key" } } ] } ] }