{ "version": 4, "terraform_version": "1.5.3", "serial": 211, "lineage": "ec185401-755b-8a12-d750-bf5a9a98d478", "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-227b00620d55a9585", "ami": "ami-864f168a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fb3327ec"], "subnet_id": "subnet-09cdd4d0", "key_name": "prod-deploy-key" } } ] } ] }