{ "version": 4, "terraform_version": "1.7.2", "serial": 133, "lineage": "62431eb4-7997-15ff-5598-636891fe7fef", "outputs": { "db_endpoint": { "value": "db-3.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-daf3359530db740e5", "ami": "ami-f91b552f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b9566c62"], "subnet_id": "subnet-8fd781cf", "key_name": "prod-deploy-key" } } ] } ] }