{ "version": 4, "terraform_version": "1.6.2", "serial": 527, "lineage": "18e7b12f-70bb-92bf-576a-2f1900028054", "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-6819f7711b8522558", "ami": "ami-d38bbcb9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9ea742a6"], "subnet_id": "subnet-709cadcc", "key_name": "prod-deploy-key" } } ] } ] }