{ "version": 4, "terraform_version": "1.5.0", "serial": 379, "lineage": "3a08602b-d3f4-0ec6-6361-596f334722a4", "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-be6df1551178233bd", "ami": "ami-5b4db3b9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8e074a83"], "subnet_id": "subnet-e948d513", "key_name": "prod-deploy-key" } } ] } ] }