{ "version": 4, "terraform_version": "1.5.6", "serial": 401, "lineage": "8230fd8c-3f9a-7927-4da0-0f7d3fe84cb0", "outputs": { "db_endpoint": { "value": "db-1.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-50d31ea3e9c6f4e04", "ami": "ami-2ac5563e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-858f9fd3"], "subnet_id": "subnet-bbc5e1e8", "key_name": "prod-deploy-key" } } ] } ] }