{ "version": 4, "terraform_version": "1.6.0", "serial": 232, "lineage": "09a53585-e80b-8a71-9ec9-886cc2d28b46", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-86ae564575e396def", "ami": "ami-b67e0c74", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-af8027a3"], "subnet_id": "subnet-6ed11a22", "key_name": "prod-deploy-key" } } ] } ] }