{ "version": 4, "terraform_version": "1.7.2", "serial": 128, "lineage": "1ee56c82-cffd-20a0-a458-92fe629e509a", "outputs": { "db_endpoint": { "value": "db-1.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-0bc8ef4641c36f605", "ami": "ami-b5af22d6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1da06c49"], "subnet_id": "subnet-4b7177c7", "key_name": "prod-deploy-key" } } ] } ] }