{ "version": 4, "terraform_version": "1.6.4", "serial": 210, "lineage": "b9b89d51-ffed-94a7-e01a-6ce11a046df7", "outputs": { "db_endpoint": { "value": "db-2.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-b01902df0f24f35f3", "ami": "ami-cffd030d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-989b6f29"], "subnet_id": "subnet-af1cf25a", "key_name": "prod-deploy-key" } } ] } ] }