{ "version": 4, "terraform_version": "1.7.9", "serial": 234, "lineage": "c15371c4-31f5-2041-274b-be51c1fa8172", "outputs": { "db_endpoint": { "value": "db-0.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-0232df0baff124cfb", "ami": "ami-b36e3d47", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65910e68"], "subnet_id": "subnet-26902c35", "key_name": "prod-deploy-key" } } ] } ] }