{ "version": 4, "terraform_version": "1.5.4", "serial": 592, "lineage": "f0809cb6-29a2-2c53-89f7-95c916319b31", "outputs": { "db_endpoint": { "value": "db-1.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-c0500b68aec7f850b", "ami": "ami-7ea5c90b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c613b7d6"], "subnet_id": "subnet-95d6cfd5", "key_name": "prod-deploy-key" } } ] } ] }