{ "version": 4, "terraform_version": "1.5.1", "serial": 456, "lineage": "4fbbb7a1-5af2-eab5-face-0c733ea295c3", "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-0c0e0f2b632c25866", "ami": "ami-25d0d86b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a6d9dfb7"], "subnet_id": "subnet-78adf71d", "key_name": "prod-deploy-key" } } ] } ] }