{ "version": 4, "terraform_version": "1.6.3", "serial": 538, "lineage": "d71ee487-eecc-38c8-d3d0-bf4b240b3289", "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-2e1031dc43a0b5506", "ami": "ami-e7624fc4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a1640517"], "subnet_id": "subnet-6becbca4", "key_name": "prod-deploy-key" } } ] } ] }