{ "version": 4, "terraform_version": "1.5.7", "serial": 284, "lineage": "b7b4baf9-6597-e078-4662-b6f52c5e251c", "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-322dd32574ec668a1", "ami": "ami-bcf1d810", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c9c556d3"], "subnet_id": "subnet-6bbcac87", "key_name": "prod-deploy-key" } } ] } ] }