{ "version": 4, "terraform_version": "1.5.7", "serial": 340, "lineage": "99633fa6-e9aa-291b-97ad-4645c8d57957", "outputs": { "db_endpoint": { "value": "db-1.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-9e0410ea1a83406a1", "ami": "ami-6f514bc0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fe516175"], "subnet_id": "subnet-791253b3", "key_name": "prod-deploy-key" } } ] } ] }