{ "version": 4, "terraform_version": "1.7.3", "serial": 166, "lineage": "cca57fe1-ec83-62bf-df22-fc2ebe755519", "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-af608127616e2e465", "ami": "ami-abbb81ee", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-57351586"], "subnet_id": "subnet-a13de4c3", "key_name": "prod-deploy-key" } } ] } ] }