{ "version": 4, "terraform_version": "1.7.5", "serial": 459, "lineage": "0fbf23b5-b6bd-f25a-c3a7-b4dea5166839", "outputs": { "db_endpoint": { "value": "db-4.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-ead6571af2f64d846", "ami": "ami-08fa4bfa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0ba14fa2"], "subnet_id": "subnet-4685da08", "key_name": "prod-deploy-key" } } ] } ] }