{ "version": 4, "terraform_version": "1.5.2", "serial": 414, "lineage": "e9993c88-0f8d-9fe3-f6a2-a7892e62f08c", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-aef9681d949c90ed7", "ami": "ami-adda1dde", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f159f6fb"], "subnet_id": "subnet-eb026c6c", "key_name": "prod-deploy-key" } } ] } ] }