{ "version": 4, "terraform_version": "1.5.1", "serial": 398, "lineage": "493c2bf6-d1ad-a511-e97e-26c160439ef6", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-adf62bafbb7fcedc8", "ami": "ami-9f45d51b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2d9a12da"], "subnet_id": "subnet-7c1224b0", "key_name": "prod-deploy-key" } } ] } ] }