{ "version": 4, "terraform_version": "1.6.2", "serial": 373, "lineage": "bacd17a6-d193-c205-fad9-4dc1eef086b2", "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-0b2dd213fa2ba7824", "ami": "ami-33043b76", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-621205c6"], "subnet_id": "subnet-3fd0bd3b", "key_name": "prod-deploy-key" } } ] } ] }