{ "version": 4, "terraform_version": "1.6.1", "serial": 424, "lineage": "c81f7c94-e8e3-2e8c-a6a2-0e4352f698b8", "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-9f900207c65cb8219", "ami": "ami-cee5e332", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-edb7a58e"], "subnet_id": "subnet-607b1006", "key_name": "prod-deploy-key" } } ] } ] }