{ "version": 4, "terraform_version": "1.5.4", "serial": 199, "lineage": "37bf7ff1-d037-362d-ddca-12f0a8f2ec6d", "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-89805006eecab6e78", "ami": "ami-1546dd03", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-11ca06f0"], "subnet_id": "subnet-47189df2", "key_name": "prod-deploy-key" } } ] } ] }