{ "version": 4, "terraform_version": "1.5.3", "serial": 523, "lineage": "4e4f6ba8-1e6f-3fb9-1797-e33d2c98e455", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-b1476465a9354729e", "ami": "ami-7cdb13b9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-36108624"], "subnet_id": "subnet-5bcaee7f", "key_name": "prod-deploy-key" } } ] } ] }