{ "version": 4, "terraform_version": "1.6.2", "serial": 239, "lineage": "a8191efe-0c7f-4d9f-6f9e-da11968ea417", "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-967a4b7f2dca4fdc1", "ami": "ami-b221aa95", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-16d58b66"], "subnet_id": "subnet-9e5a086d", "key_name": "prod-deploy-key" } } ] } ] }