{ "version": 4, "terraform_version": "1.5.2", "serial": 511, "lineage": "157ae8cd-358c-f042-c8c1-7f8c52154669", "outputs": { "db_endpoint": { "value": "db-4.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-512a06bcd975d3594", "ami": "ami-a7fd22fe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e5f1ede3"], "subnet_id": "subnet-b6d20175", "key_name": "prod-deploy-key" } } ] } ] }