{ "version": 4, "terraform_version": "1.6.6", "serial": 526, "lineage": "bd8ddcc7-3607-e517-424a-8747d16e73b6", "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-ec31f6777106ccbf1", "ami": "ami-048c78d4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7fa45839"], "subnet_id": "subnet-4da3e17f", "key_name": "prod-deploy-key" } } ] } ] }