{ "version": 4, "terraform_version": "1.8.1", "serial": 335, "lineage": "6aa6e11c-a568-7325-8a08-0562974e5c8d", "outputs": { "db_endpoint": { "value": "db-3.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-aa78ab52c02f6e04e", "ami": "ami-a18c2c68", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f4a3d682"], "subnet_id": "subnet-103193c2", "key_name": "prod-deploy-key" } } ] } ] }