{ "version": 4, "terraform_version": "1.5.7", "serial": 320, "lineage": "22c9fd9f-5e86-e7ad-f818-be8436c86ce7", "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-ce635ad7288b8310b", "ami": "ami-dde83ab1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2b0ab1bd"], "subnet_id": "subnet-64bb5e08", "key_name": "prod-deploy-key" } } ] } ] }