{ "version": 4, "terraform_version": "1.6.9", "serial": 114, "lineage": "7a4e81e9-6f61-c2da-5aac-449d6493621d", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-7f69ec73e6346601c", "ami": "ami-f1899818", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-607dfdd4"], "subnet_id": "subnet-bf4ff6bd", "key_name": "prod-deploy-key" } } ] } ] }